var html = ""
html += "<table border=0 cellpadding=1 cellspacing=0 width=100%>"
html += "<tr class=mexContentBdr>"
html += "<td>"
html += "<span class=headertext>Search the Web"
html += "<table border=0 cellpadding=3 cellspacing=0 width=100%>"
html += "<tr class=mexContent>"
html += "<td valign=top>"
html += "<!-- Search Google -->"
html += "<center>"
html += "<FORM method=GET action=http://www.google.com/custom ID='Form1'>"
html += "<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>"
html += "<tr valign=top>"
html += "<td>"
html += "<A HREF=http://www.google.com/search><IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A>"
html += "</td>"
html += "<td>"
html += "<INPUT TYPE=text name=q size=31 maxlength=255 value='' ID='Text1'><br>"
html += "<INPUT class=text type=submit name=sa VALUE='Google Search' ID='Submit1'>"
html += "<INPUT type=hidden name=cof VALUE='AH:center;AWFID:9e55123aa6f63c85;' ID='Hidden1'>"
html += "<font face=arial,sans-serif size=-1>"
html += "<input type=hidden name=domains value='guaren.com' ID='Hidden2'>"
html += "</font>"
html += "<br>"
html += "</td>"
html += "</tr>"
html += "</TABLE>"
html += "</FORM>"
html += "</center>"
html += "<!-- Search Google -->"
html += "</td>"
html += "</tr>"
html += "</table>"
html += "</td>"
html += "</tr>"
html += "</table>"

document.write(html);
