<!-- Top of Page HTML here -->
var headerHTML1 = new String("\
<!-- End Masthead -->\
<table width=\"1000px\" border=\"0\" cellspacing=\"0\" cellpadding=\"1px\" class=\"story\">\
  <tr bgcolor=\"#eeeeee\">\
    <td colspan=\"4\">\
	<a href=\"http://www.xiongch.com/tape/index.htm\" target=\"_blank\">Adhesive Tape</a> | <a href=\"../htm/solar.html\">Solar Panel</a></td>\
  </tr>\
  <tr>\
    <td width=\"188\" rowspan=\"2\">\
	<img src=\"../images/sunshine.gif\" title=\"Sunshine Electric Co.,\" width=\"164\" height=\"47\" /></td>\
    <td valign=\"bottom\">\
	<a href=\"javascript:window.external.AddFavorite('http://www.sunshinele.com','Sunshine Electric Co.,- The world of China products')\"><em>Add Sunshinele.com to your favorites list </em></a></td>\
  </tr>\
  <tr>\
    <td valign=\"bottom\"><a href=\"../index.html\">Home</a> | <a href=\"../download_catalogue.html\">DownLoad Catalogue</a> | <a href=\"../contact_details.html\">Our Contact Details</a> | <a href=\"../world_time.html\">World Clock</a></td>\
  </tr>\
</table>\
<!-- End Masthead -->\
");

//Search Results page should call this function
function doHeader() {
    document.open();
    document.write(headerHTML1);
}
