function clear_textbox()
{
if (document.search.query.value == "SEARCH SITE")
document.search.query.value = "";
} 

