var searchform=document.createElement("form"); searchform.setAttribute("action","/search"); searchform.setAttribute("method","get"); searchform.setAttribute("style","display:block; margin-bottom:10px;"); var source=document.createElement("input"); source.setAttribute("type","hidden"); source.setAttribute("value","ig"); source.setAttribute("name","source"); searchform.appendChild(source); var searchbox=document.createElement("input"); searchbox.setAttribute("type","text"); searchbox.setAttribute("value",""); searchbox.setAttribute("maxlength","2048"); searchbox.setAttribute("size","55"); searchbox.setAttribute("name","q"); searchform.appendChild(searchbox); var submitbutton=document.createElement("input"); submitbutton.setAttribute("type","submit"); submitbutton.setAttribute("name","btnG"); submitbutton.setAttribute("value","Google Search"); searchform.appendChild(submitbutton); document.getElementById("nhdrwrapsizer").insertBefore(searchform, document.getElementById("gsea")); var style=document.createElement("style"); style.setAttribute("type","text/css"); var text=document.createTextNode("#gsea{ display:none; } #m___MODULE_ID__{} #nhdrwrapsizer{height:32px; }"); style.appendChild(text); document.getElementsByTagName("head")[0].appendChild(style); ]]>