<!-- Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
function clear_textbox()
{
if (document.frmSubscribe.emel.value == "your_email")
document.frmSubscribe.emel.value = "";
}
-->