function Test_focus(e, o) {
    if (o.firstTime) {
        return
    }
    o.firstTime = true
    o.value = ""
}

document.write("<!-- Search Google -->");
document.write("<FORM METHOD=GET ACTION=\'http://www.google.com/custom\' class=\'center\'>");
document.write("<INPUT type=text ONFOCUS=\'Test_focus(event,this)\' name=q SIZE=10 MAXLENGTH=255 VALUE=\'Type Here\' class=\'x-small\'><br>");
document.write("<INPUT type=submit name=sa VALUE=\'Search\' class=\'search\' >");
document.write("<INPUT type=hidden name=cof VALUE=\'S:http://www.amarillobay.org;GL:0;AH:center;LH:40;L:http://www.amarillobay.org/graphics/logo.jpg;LW:221;GIMP:#666699;AWFID:ab3e15a68bc49e24;\'>");
document.write("<INPUT type=hidden name=domains VALUE=\'www.amarillobay.org\'><br>");
document.write("<INPUT type=hidden name=sitesearch VALUE=\'www.amarillobay.org\'>");
document.write("</FORM>");
document.write("<!-- Search Google -->");
