// JavaScript Document


function emailchange(){
	//alert(document.getElementById('suserid').value);
	
	if(document.getElementById('ea').value==' Enter Email Address') document.getElementById('ea').value='';
}
