// Muster points for DARC caravans var title = "Muster points for DARC caravans"; var point = new Array ( ["North and West (OH, MI, IN, IL, WI, IA, MO)", "Dayton Executive Hotel", "(Needmore & I-75)", "http://www.hotel-rates.com/us/ohio/dayton/dayton-executive-hotel.html", "http://www.google.com/maps?q=2401+Needmore+Rd,+Dayton,+Ohio+45414,+USA&ie=UTF8&z=16&ll=39.81976,-84.188361&spn=0.00857,0.020771&om=1&iwloc=addr"], ["East (Columbus, Cleveland, NY, PA)", "Stebbins High School", "(Harshman & OH-4)", "./directions/stebbins.gif", "   ' + title + ''); document.write (''); for ( i = 0; i < point.length; i++ ) { document.write (''); } document.write ('
' + point[i][0] ); document.write (''); document.write ('' + point[i][1] + ' ' + point[i][2]); document.write (''); document.write ('Map'); document.write ('

');