// Clears the search box of default text when a user clicks in the box

function doClear(theObject)
{
document.headerform.q.value = "";
}