function ClearForm() {
 if (document.text_search.q.value == "search for...") { document.text_search.q.value = ""; }
}
