function change(that){
if(that.value==' your email address here')
{
that.value=''
that.style.color = '#000000';
that.style.outline = 'none';
}
}
