var ohyeah = false;

function deltext(object){
	if(!ohyeah) {
		object.value = "";
		ohyeah = true;
	}
}