// JavaScript Document - clear our field once
<!--
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
//-->