<!--

// For best results, DOCTYPE should be set to HTML v4.0 or greater.
// example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

function vsfn_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

document.write("<div style=\"position: absolute; height: 32px; top: 0px; color: #666666; font: 11px arial, helvetica, sans-serif;\">VS - ForumDrop Communities Bar &copy; ForumDrop, LLC. 2007</div>");

var myWidth = 0;
if( typeof( window.innerWidth ) == 'number' ) {
  //Non-IE
  myWidth = window.innerWidth;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
  //IE 6+ in 'standards compliant mode'
  myWidth = document.documentElement.clientWidth;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
  //IE 4 compatible
  myWidth = document.body.clientWidth;
}

var output = "<div style=\"position: absolute; width: 100%; height: 31px; top: 0px; left: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; z-index: 1;\">\n";
output += "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"margin: 0px 0px 0px 0px;\">\n";
output += "  <tr>\n";
output += "    <td width=\"40%\" height=\"31\" align=\"left\" valign=\"top\" background=\"http://www.forumdrop.com/adbar/images/bg.jpg\" style=\"font: 11px arial, helvetica, sans-serif;\"><div align=\"left\"><a href=\"http://www.forumdrop.com\"><img src=\"http://www.forumdrop.com/adbar/images/main.jpg\" width=\"306\" height=\"31\" vspace=\"0\" border=\"0\" /></a></div></td>\n";
output += "    <td width=\"60%\" align=\"right\" valign=\"middle\" background=\"http://www.forumdrop.com/adbar/images/bg.jpg\" style=\"font: 11px arial, helvetica, sans-serif; white-space: nowrap;\">\n";
output += "      <a href=\"http://www.forumloose.com/\"><img src=\"http://www.forumdrop.com/adbar/images/mxa.gif\" vspace=\"0\" border=\"0\"></a></td>";
output += "    <td width=\"60%\" align=\"right\" valign=\"middle\" background=\"http://www.forumdrop.com/adbar/images/bg.jpg\" style=\"font: 11px arial, helvetica, sans-serif; white-space: nowrap;\">&nbsp;\n";
output += "      &nbsp;&nbsp;\n";
output += "      <select name=\"select2\" style=\"color: #666666; font-size: 11px; font-family: Arial; width:150px;\" onchange=\"vsfn_jumpMenu('parent',this,0)\">\n";
output += "              <option value=\"#\" >Entertainment Forums -- </option>\n";
output += "              <optgroup label=\"  Music\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://nasforum.net\">NAS</option>\n";
output += "                <option value=\"http://www.xclusivesoundstation.com\">XSS</option>\n";
output += "              </optgroup>\n";
output += "              <optgroup label=\"  Video Games\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://forums.wii-ftw.com\">Wii</option>\n";
output += "              </optgroup>\n";
output += "              <optgroup label=\"  Fashion\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://forums.flyashell.com\">Fly as Hell</option>\n";
output += "              </optgroup>\n";
output += "	</select>\n";
output += "      &nbsp;&nbsp;\n";
output += "      <select name=\"menu1\" style=\"color: #666666; font-size: 11px; font-family: Arial; width:150px\" onchange=\"vsfn_jumpMenu('parent',this,0)\">\n";
output += "              <option value=\"#\" >Sports Forums --</option>\n";
output += "              <optgroup label=\"  Action Sports\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://pregametalk.com\">PreGameTalk</option>\n";
output += "                <option value=\"http://boards.hockeylives.com\">All Hockey</option>\n";
output += "                <option value=\"http://forums.nationalchamps.net\">College Football</option>\n";
output += "              </optgroup>\n";
output += "      </select>\n";
output += "      &nbsp;&nbsp;\n";
output += "      <select name=\"select\" style=\"color: #666666; font-size: 11px; font-family: Arial; width:150px\" onchange=\"vsfn_jumpMenu('parent',this,0)\">\n";
output += "              <option value=\"#\" >Miscellaneous Forums --</option>\n";
output += "              <optgroup label=\"  Technology Forum\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://vb.forumdrop.com\">ForumDrop Support</option>\n";
output += "              </optgroup>\n";
output += "              <optgroup label=\"  College Related\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://www.thecbx.com\">College Books</option>\n";
output += "              </optgroup>\n";
output += "              <optgroup label=\"  Educational\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://nj.resource360.us\">Resource360</option>\n";
output += "              </optgroup>\n";
output += "              <optgroup label=\"  General Forums\" style=\"padding-left: 7px;\">\n";
output += "                <option value=\"http://forums.talkofdc.net\">DC Talk</option>\n";
output += "                <option value=\"http://thafam.net\">ThaFam</option>\n";
output += "              </optgroup>\n";
output += "      </select>\n";
output += "      &nbsp;&nbsp;&nbsp; </td>\n";
output += "</tr>\n";
output += "</table>\n";
output += "</div>\n<img src=\"http://www.forumdrop.com/adbar/images/spacer.gif\" height=\"31\" vspace=\"0\" /><br clear=all />\n";
document.write(output);

//-->