function clear_textbox() {	if (document.mailing_list.email.value == "enter your email address...") document.mailing_list.email.value = "";}
