//#/#/#/#/#/#/# Site Jump Manager #/#/#/#/#/#/#/#//
// Created by: Gryphon, LLC (www.gryphonllc.com) //
// Register at www.thzclan.com to create and     //
// manage your own dynamically generated site    //
// jump.                                         //
//#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#/#//
<!-- script start
document.write("<table border='0' cellspacing='0' cellpadding='0' class='sitejump'>");
document.write("  <tr><form>");
document.write("    <td align='right'>&nbsp;</td>");
document.write("    <td>");
document.write("      <select name='url' size='1' onchange='location.href=this.value'>");
document.write("        <option  value='http://www.thzclan.com'>Choose a Destination");
document.write("        <option value='http://www.thzclan.com/forums'> The Hounds of Zeus");
document.write("      </select>");
document.write("    </td>");
document.write("  </tr></form>");
document.write("</table>");
//-->