function changePage(theform) { num= theform.PlayerSelect.selectedIndex;
if (num== 1 ) {site = "http://www.boxofchalk.com/html/players/rallen.html";}
if (num== 2 ) {site = "http://www.boxofchalk.com/html/players/cbailey.html";}
if (num== 3 ) {site = "http://www.boxofchalk.com/html/players/kbarry.html";}
if (num== 4 ) {site = "http://www.boxofchalk.com/html/players/chico.html";}
if (num== 5 ) {site = "http://www.boxofchalk.com/html/players/cbender.html";}
if (num== 6 ) {site = "http://www.boxofchalk.com/html/players/adamblue.html";}
if (num== 7 ) {site = "http://www.boxofchalk.com/html/players/pbrenner.html";}
if (num== 8 ) {site = "http://www.boxofchalk.com/html/players/mbrewer.html";}
if (num== 9 ) {site = "http://www.boxofchalk.com/html/players/gcamp.html";}
if (num== 10 ) {site = "http://www.boxofchalk.com/html/players/corinna.html";}
if (num== 11 ) {site = "http://www.boxofchalk.com/html/players/tdemasters.html";}
if (num== 12 ) {site = "http://www.boxofchalk.com/html/players/adewitt.html";}
if (num== 13 ) {site = "http://www.boxofchalk.com/html/players/bdye.html";}
if (num== 14 ) {site = "http://www.boxofchalk.com/html/players/jdykes.html";}
if (num== 15 ) {site = "http://www.boxofchalk.com/html/players/jeudaly.html";}
if (num== 16 ) {site = "http://www.boxofchalk.com/html/players/cevans.html";}
if (num== 17 ) {site = "http://www.boxofchalk.com/html/players/afranklin.html";}
if (num== 18 ) {site = "http://www.boxofchalk.com/html/players/bgraybill.html";}
if (num== 19 ) {site = "http://www.boxofchalk.com/html/players/johnpaul.html";}
if (num== 20 ) {site = "http://www.boxofchalk.com/html/players/kaya.html";}
if (num== 21 ) {site = "http://www.boxofchalk.com/html/players/tlangerak.html";}
if (num== 22 ) {site = "http://www.boxofchalk.com/html/players/blaursen.html";}
if (num== 23 ) {site = "http://www.boxofchalk.com/html/players/lux.html";}
if (num== 24 ) {site = "http://www.boxofchalk.com/html/players/mopaul.html";}
if (num== 25 ) {site = "http://www.boxofchalk.com/html/players/priolo.html";}
if (num== 26 ) {site = "http://www.boxofchalk.com/html/players/mvalentine.html";}
if (num== 27 ) {site = "http://www.boxofchalk.com/html/players/twalker.html";}
if (num== 28 ) {site = "http://www.boxofchalk.com/html/players/winters.html";}
if (num== 29 ) {site = "http://www.boxofchalk.com/html/players/jeffwood.html";}
top.location.href = site; }

