/*This is the code for the header*/

var code = "<table style='background-color: #000060; width: 100%; height: 50px; text-align: left; margin-left: auto; margin-right: auto;' border='0' cellpadding='0' cellspacing='0'>";
code = code + "<tbody><tr><td style='text-align: left; vertical-align: middle; overflow: hidden; white-space: nowrap;' id='logo'>";
code = code + "&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>";
code = code + "<td style='vertical-align: bottom;'>";
code = code + "<form style='font-size: 10px; margin-bottom: 10px;' method='get' name='searchform' action='http://www.google.com/search' target='_blank'>";
code = code + "<table style='text-align: left; margin-left: auto; margin-right: 0px;' border='0' cellpadding='0' cellspacing='0'>";
code = code + "<tbody><tr><td><input name='sitesearch' value='hpwizard.com' type='hidden'></td>";
code = code + "<td><input onfocus='searchfield_focus()' id='search-field' style='width: 128px; color: #808080; font-style: italic;' alt='search' name='as_q' size='20' value='Search HP Wizard' type='text'></td>";
code = code + "<td><input value='Search' title='Search HP Wizard' type='submit'></td></tr></tbody></table></form>";
code = code + "</td></tr></tbody></table>";

document.getElementById("header").innerHTML = code;
