// JavaScript Document
var htmStr="<form action=\"/searchresults.htm\" id=\"cse-search-box\"  target=\"_blank\">"+"\n"+
  "<div style=\"margin:20px 0 0 20px;\">"+"\n"+
    "<input type=\"hidden\" name=\"cx\" value=\"007432955465737953001:j7offv6dhcy\" />"+"\n"+
    "<input type=\"hidden\" name=\"cof\" value=\"FORID:9\" />"+"\n"+
    "<input type=\"hidden\" name=\"ie\" value=\"UTF-8\" />"+"\n"+
    "<font style=\"color:#FFFFFF; font-weight:bold;\">Search</font> <input type=\"text\" name=\"q\" size=\"31\" />"+"\n"+
    "<input type=\"submit\" name=\"sa\" value=\"Search\" />"+"\n"+
  "</div>"+"\n"+
"</form>";
htmStr="<div style=\"margin:20px 0 0 20px;\">&nbsp;</div>";
//"<script type=\"text/javascript\" src=\"http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en\">< /script>"

document.write(htmStr);