<!--
document.write('<form name="selecter1"><select name="select1" size=1>');
document.write('<option value=none>Select your destination');
document.write('<option value=none>--------------------');
document.write('<option value="hotwheel.html">Hot Wheels Page');
document.write('<option value="hot_wheels4_sale.html">Hot Wheels for sale');
document.write('<option value="hotring.html">Hot Wheels Webring Page');
document.write('<option value=none>--------------------');
document.write('<option value="tvshws.html">TV Shows Page');
document.write('<option value="hheroes.html">Hogans Heroes');
document.write('<option value="stargate/stargate.html">My Stargate SG-1 Page');
document.write('<option value=none>--------------------');
document.write('<option value="race1.html">Auto Racing Page');
document.write('<option value="mm6fan.html">Mark Martin Fan Page');
document.write('<option value="dj88qc.html">Dale Jarrett Fan Page');
document.write('<option value="irvan28.html">Ernie Irvan Fan Page');
document.write('<option value="rrburt99.html">Jeff Burton Fan Page');
document.write('<option value="petty.html">Petty Enterprises Fan Page');
document.write('<option value=none>--------------------');
document.write('<option value="cars.html">Fat Cats Toys');
document.write('<option value="http://hiqties.hypermart.net">High Q Ties');
document.write('<option value="prolynx.html">Pro Street Lynx Page');
document.write('<option value="morecars.html">More Auto Related Projects');
document.write('<option value="escortring.html">Escort Webring Page');
document.write('<option value="http://www.roddingroundtable.com/webring.html">Rodders Roundtable Webring Page');
document.write('<option value=none>--------------------');
document.write('<option value="http://www.phoenixenterprises.net/">Phoenix Enterprises');
document.write('</select>');
document.write('<input type="button" value="Warp To" onclick="go1()">');
document.write('</form>');
// end hiding contents -->