str='';
str+='<div id="header">';
str+='<div id="logo"><a href="index.php"><img src="images/lifeonlogo.png"></a></div>';
str+='<div id="search">';

/*str+='<form method="get" name="search" action="search.php">';
str+='<div style="border:0px solid black;padding:0px;width:20em;">';
str+='<table border="0" cellpadding="0">';
str+='<tr><td>';
str+='<input type="text" style="margin-top:4px;border:0px solid red;margin-left:10px;width:157px;height:13px;" name="q" size="25" maxlength="255" value="">';
//str+='<input type="text"   name="q" size="25"';
//str+='maxlength="255" value="" />';
//str+='<input type="submit" value="GO" /></td></tr>';
str+='<a href="#" onclick="document.search.submit();"><div id="search_go"></div></a>';
str+='<tr><td align="center" style="font-size:75%">';

str+='</td></tr></table>';
str+='</div>';
str+='</form>';*/

//str+='<input type="text"style="margin-top:5px;border:0px solid red;margin-left:10px;width:155px;height:16px;">';
//str+='<a href="search.php"><div id="search_go"></div></a>';
//str+='<img src="images/custmise_search.png">';
//str+=<input type="text"><input type="button" value="Search">
str+='</div>';
str+='<div id="menus">';
str+='<a href="index.php" id="home">Home</a>';
str+='<a href="product.php" id="product">Products</a>';
str+='<a href="contactus.php" id="contact">Contact Us</a>';
//str+='<a href="http://www.lifeonprotein.com" target="_new">Life-On Protein</a>';
str+='</div>';
str+='</div>';
document.write(str);
