// JavaScript Document




function erase()
{
	document.getElementById('textfield').value = '';
/*	 var val = $(elem).val();
	 alert (val);
	 if(val == 'Enter Your Domain Name!'){
		 $(elem).attr('value','');
	 }*/
	  
}