function clearUp(phrase)
{
	if (phrase.value =="Find a doctor"){
		phrase.value = "";
	}
}