function clearText(addressinput){
	if (addressinput.defaultValue==addressinput.value)
	addressinput.value = ""
} 