<!-- 
function clear_box()
{
if (document.search.q.value == "Search")
document.search.q.value = "";
}


function fill_box()
{
if (document.search.q.value == "")
document.search.q.value = "Search";
}


function signup(){
   document.hbform2.HBUSERNAME.value='autosignup';
   document.hbform2.PASSWORD.value='MCW1234';
   document.hbform2.submit();
}


function clear_box1()
{
if (document.locator.zip.value == "Zip Code")
document.locator.zip.value = "";
}


function fill_box1()
{
if (document.locator.zip.value == "")
document.locator.zip.value = "Zip Code";
}

-->
