

function smallnavbar() {
 var genData = "";
 var quote='"';

 genData += "<STYLE Type=" + quote + "text/css" + quote + ">";
 genData += "a.smnav:hover   {text-align:center; text-decoration: none; color: red;}";
 genData += "</STYLE>";
 genData += "<center>";
 genData += "<font size=1>";
 genData += "<strong>";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/index.html" + quote + " title=" + quote + "MEDIA Home" + quote + " target=" + quote + "_top" + quote + ">[HOME]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/bandmain.html" + quote + " title=" + quote + "Band Member Info" + quote + " target=" + quote + "_top" + quote + ">[BAND MEMBERS]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/gigsmain.html" + quote + " title=" + quote + "Current Gig Schedule" + quote + " target=" + quote + "_top" + quote + ">[GIG CALENDAR]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/musicmain.html" + quote + " title=" + quote + "Listen to our CD and see Lyrics" + quote + " target=" + quote + "_top" + quote + ">[MUSIC]</a>  ";
 genData += "* ";
 genData += "<br>";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/paparotzi.html" + quote + " title=" + quote + "Photo's of our friends (are you there?)" + quote + " target=" + quote + "_top" + quote + ">[PAPAROTZI]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/bookinginfo.html" + quote + " title=" + quote + "Booking Contact Info" + quote + " target=" + quote + "_top" + quote + ">[BOOKING INFO]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/pixmain.html" + quote + " title=" + quote + "Photo's From Some of our Gigs" + quote + " target=" + quote + "_top" + quote + ">[PHOTOS]</a>  ";
 genData += "* <a class=smnav href=" + quote + "http://www.mediarocks.com/videomain.html" + quote + " title=" + quote + "Check out our VIDEOS" + quote + " target=" + quote + "_top" + quote + ">[VIDEO]</a>  ";
 genData += "* ";
 genData += "</strong>";
 genData += "</font>";
 genData += "<br>";
 genData += "</center>";
     document.write(genData);
     genData = "";



}



