writePlayers();

function writePlayers() {
    //document.write('<form>');
    document.write('<select name="drop" onChange="if (this.selectedIndex >0) window.parent.location=this.options[this.selectedIndex].value">');
    document.write('<OPTION SELECTED>Sites des equipes</OPTION>');
    document.write('<OPTION value="http://edmonton.darktech.org/">Edmonton</OPTION>');
    document.write('<OPTION value="http://www.ahsqsharks.ca.tc/">San Jose</OPTION>');
    document.write('<OPTION value="http://ahsq.darktech.org/philadelphie/">Philadelphie</OPTION>');
    document.write('<OPTION value="http://leafs39.tripod.com/">Toronto</OPTION>');
    document.write('<OPTION value="http://cf.geocities.com/robinhachey/index.html">Caroline</OPTION>');
    document.write('</select>');
    //document.write('</form>');
}
