function blankMail()
{
	themailBox = document.getElementById('mailInput');
	
	if(themailBox.value == 'Your Email Address')
		themailBox.value = '';
}		
