function clear_textbox()
{
if (document.top_search.search.value == "Search phrase")
document.top_search.search.value = "";
} 
