writeAffiliates();

function writeAffiliates() {
    document.write('<select name="drop" onChange="if (this.selectedIndex >0) window.parent.location=this.options[this.selectedIndex].value">');
    document.write('<OPTION SELECTED>Affiliate Sites</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.theahl.com/">AHL</OPTION>');
    document.write('<OPTION value="http://www.echl.com/">ECHL</OPTION>');
    document.write('<OPTION value="http://www.ihl-hockey.com/">IHL</OPTION>');
    document.write('<OPTION value="http://www.centralhockeyleague.com/">CHL</OPTION>');
    document.write('<OPTION value="http://www.eliteleague.co.uk/">ELITE</OPTION>');
    document.write('<OPTION value="http://www.mahlhockey.com/">MAHL</OPTION>');
    document.write('<OPTION value="http://www.thesphl.com/">SPHL</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.ushl.com/">USHL</OPTION>');
    document.write('<OPTION value="http://www.bchl.bc.ca/">BCHL</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.nhlofficials.com/">NHL Officials</OPTION>');
    document.write('<OPTION value="http://www.narch.com/">NARCh</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.flexxcoach.com/learningcenter">NHL Learning Center</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.iha.org.au/">Aussie Hockey</OPTION>');
    document.write('<OPTION value="http://www.eishockey.com/">Eishockey.com</OPTION>');
    document.write('<OPTION value="#">---------------</OPTION>');

    document.write('<OPTION value="http://www.nhlcbanews.com/">CBA News</OPTION>');
    document.write('<OPTION value="http://auctions.nhl.com/">NHL Auctions</OPTION>');
    document.write('<OPTION value="http://www.nhlalumni.net/">NHL Alumni</OPTION>');
    document.write('<OPTION value="http://www.nhlpowerplay.com/">PowerPlay</OPTION>');
    document.write('<OPTION value="http://www.nhlhockeyarchive.com">Hockey Archive</OPTION>');
    document.write('</select>');
}
