<!--
function clear_textbox(thefield)
{
if (thefield.value == "enter your email address")
	thefield.value = "";
} 
-->