// Directions to other clubs var title = "Driving directions to opponent's venues, web sites, maps and weather"; var clubs = new Array ( ["Akron (OH)", "http://www.akronrugby.com/", "./directions/akron.html", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Akron&state=OH&site=CLE"], ["Athens (OH) Ohio University", "http://cscwww.cats.ohiou.edu/~wrugby/", "http://maps.google.com/maps?q=Nelson+Dr,+Athens,+OH+45701,+USA&sa=X&oi=map&ct=title", "http://forecast.weather.gov/MapClick.php?zoneid=OHZ075&zflg=1"], ["Carbondale (IL) SIU Ruggapalooza", "http://www.siuwrfc.com/", "./directions/ruggapalooza.html", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Carbondale&state=IL&site=PAH"], ["Cincinnati (OH) Kelts - Germania Park", "http://www.kelts.com/", "./directions/kelts-germania.html", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Cincinnati&state=OH&site=ILN"], [" Cincinnati (OH) Queen City", "http://www.qcrfc.com/", "./directions/queencity.html", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Woodlawn&state=OH&site=ILN"], ["Columbus (OH) Ohio State University - Kenny and Lane", "http://www.osurugby.com/", "./directions/osu-kennylane.html", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Columbus&state=OH&site=ILN"], ["Columbus (OH) Scioto Valley - Lou Berliner Park", "http://www.sciotorugby.com/", "http://maps.google.com/maps?f=d&hl=en&geocode=4068189404620426572,39.771590,-84.049489&saddr=Dayton,+Ohio&daddr=1300+Deckenbach+Rd,+Columbus,+Ohio+43223&sll=39.87641,-83.528755&sspn=1.013841,1.867676&ie=UTF8&ll=39.869696,-83.60321&spn=1.013935,1.867676&z=9 title=\"1300 Deckenbach Rd, Columbus, Ohio 43223\"", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Columbus&state=OH&site=ILN"], ["Columbus (OH) Scioto Valley - Rhodes Park", "http://www.sciotorugby.com/", "http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=Dayton,+Ohio&daddr=1818+W+Broad+St,+Columbus,+OH+43223,+USA&sll=39.957106,-83.049924&sspn=0.007911,0.014591&ie=UTF8&z=9 title=\"1818 W Broad St, Columbus, OH 43223\"", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Columbus&state=OH&site=ILN"], ["Columbus (OH) Scioto Valley - Whetstone Park of Roses", "http://www.sciotorugby.com/", "http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=Dayton,+Ohio&daddr=3923+N.+High+St.,+Columbus,+OH&sll=40.044224,-83.018811&sspn=0.007901,0.014591&ie=UTF8&z=9 title=\"3923 N. High St, Columbus, OH 43214\"", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Columbus&state=OH&site=ILN"], ["Detroit (MI) City (near the Armory)", "http://www.detroitrugby.org/", "http://www.detroitrugby.org/index.php?option=com_content&task=view&id=39&Itemid=13", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Detroit&state=MI&site=DTX"], ["Detroit (MI) Tradesmen", "http://www.detroittradesmen.com/", "http://detroittradesmen.com/index.php?option=com_content&task=view&id=34&Itemid=54", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Detroit&state=MI&site=DTX"], ["Indianapolis (IN) Impalas - Major Taylor Velodrome", "http://www.indianapolisrugbyclub.com/directions.html", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Indianapolis&state=IN&site=IND"], ["Lexington (KY) Blackstone", "http://www.usarugbynet.com/club/Lexington-Blackstones", "./directions/lexington.html", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Lexington&state=KY&site=LMK"], ["Louisville (KY) Cherokee Park", "http://www.louisvillerugby.org/", "./directions/louisville-cherokee.html", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Louisville&state=KY&site=LMK"], ["Louisville (KY) Hayes Kennedy Park (Beachland Road)", "http://www.louisvillerugby.org/", "./directions/louisville-hayes.html", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Louisville&state=KY&site=LMK"], ["Nashville (TN) Nash Bash", "http://www.nashvillerugby.com/nashBash.html", "./directions/nashbash.html", "http://www.srh.noaa.gov/data/forecasts/TNZ027.php?warncounty=TNC037&city=Nashville"], ["Northern Kentucky (KY) Grubs", "http://www.grubsrugby.com/", "./directions/nkygrubs.html", "http://www.crh.noaa.gov/forecasts/KYZ093.php?warncounty=KYC037&city=Newport"], ["Shelbyville (KY) U19", "", "http://www.google.com/maps?q=1121+Washington+St,+Shelbyville,+Kentucky+40065,+USA&sa=X&oi=map&ct=image", "http://www.crh.noaa.gov/ifps/MapClick.php?CityName=Shelbyville&state=KY&site=LMK"], ["Pittsburgh City (PA)", "http://www.pghrugby.com/", "./directions/pittcity.html", "http://www.erh.noaa.gov/ifps/MapClick.php?CityName=Pittsburgh&state=PA&site=PBZ"] ); document.write ('
  ' + title + '
'); document.write (''); for ( i = 0; i < clubs.length; i++ ) { document.write (''); } document.write ('
' + clubs[i][0] ); document.write (''); document.write ('Web Site'); document.write (''); document.write ('Info & Directions'); document.write (''); document.write ('Weather'); document.write ('

');