var Text;
Text = "          <a href=\"index.htm\"> " ;
Text +=  "       <img class=\"noborder\" src=\"images/logohome.jpg\" alt=\"Home\" width=\"105\" height=\"27\"  " ;
Text +=  " /></a> " ;
Text +=  "      <a href=\"ourbook.htm\">  " ;
Text +=  "       <img class=\"noborder\" src=\"images/logoourbook.jpg\" alt=\"Our Book\" width=\"105\"  " ;
Text +=  " height=\"27\" /></a>  " ;
Text +=  "      <a href=\"services.htm\">  " ;
Text +=  "       <img class=\"noborder\" src=\"images/logoservices.jpg\" alt=\"Services\" width=\"105\"  " ;
Text +=  " height=\"27\" /></a>  " ;
Text +=  "      <a href=\"seminars.htm\">  " ;
Text +=  "       <img class=\"noborder\" src=\"images/logoseminars.jpg\" alt=\"Seminars\" width=\"105\"  " ;
Text +=  " height=\"27\" /></a>  " ;
//Text +=  "         <a href=\"whatshot.htm\"> " ;
//Text +=  "       <img class=\"noborder\" src=\"images/logowhatshot.jpg\" alt=\"What's Hot\" width=\"105\"  " ;
//Text +=  " height=\"27\" /></a> " ;
Text +=  "  <a href=\"presskit.htm\"> " ;
Text +=  "       <img class=\"noborder\" src=\"images/logopresskit.jpg\" alt=\"Press Kit\" width=\"105\"  " ;
Text +=  " height=\"28\" /></a>  " ;
Text +=  "  <a href=\"aboutus.htm\"> " ;
Text +=  "       <img class=\"noborder\" src=\"images/logoaboutus.jpg\" alt=\"About Us\" width=\"105\"  " ;
Text +=  " height=\"27\" /></a> " ;
Text +=  "  <a href=\"contactus.htm\"><img class=\"noborder\" src=\"images/logocontactus.jpg\" alt=\"Contact Us\"  " ;
Text +=  " width=\"106\" height=\"27\" /></a> " ;
Text +=  "  <a href=\"search.htm\"><img class=\"noborder\" src=\"images/logosearch.jpg\" alt=\"Search\"  " ;
Text +=  " width=\"106\" height=\"27\" /></a> " ;
document.write(Text);
