function blurfield(object,against){
	alert(hai);
	if (object.value==''+against){ object.value=''; }
}