function wipe(box)
{box.value ="";}

function check(box)
{if(box.value == "")
{box.value = "Site Search";}}
