/*function eFocus(field){
	if (field.value == 'Start your search here'){
		field.value ='';
	}
}*/
function eBlur(field){
	field.value ='';
}

