<!--
function clear_textbox()
{
if (document.searchform.s.value == "Enter search keyword here")
document.searchform.s.value = "";
}
-->
