var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Now playing: 2 gymnasts and a Globetrotter
"; arnews[0] += "Olympic gymnasts Bridget Sloan and Samantha Peszek showed off their skills recently to a 6-3 basketball player."; arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Sloan, Peszek join the Harlem Globetrotters show in Indianapolis
"; arnews[1] += "18, at Conseco Fieldhouse in Indianapolis. Peszek and Sloan played for the Generals team, who were defeated by the Harlem Globetrotters, but win or lose, it was a great time for all! Photos from the show"; arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Sharp's gets visit from Moo Moo Evans from the Harlem Globetrotters
"; arnews[2] += "Watch videos of the visit from Fox 59 in Indianapolis Harlem Globetrotter star Moo Moo Evans exchanged workout tips and showed off his basketball wizardry with Olympic silver medalists Samantha Peszek and Bridget Sloan."; arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Sloan voted Indiana Olympic Athlete of the Decade
"; arnews[3] += "The decision was announced in an article, 'An amazing balancing act: Pittsboro gymnast Sloan is a national and world champion' by David Woods, that appeared in the Jan."; arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Harlem Globetrotter star Moo Moo Evans at Sharps Gymnastics.
"; arnews[4] += "Harlem Globetrotter star Moo Moo Evans who exchanged skill tips with Olympic Silver Medalists Samantha Peszek, Bridget Sloan and other gymnasts at Sharps Gymnastics."; arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Peszek participates in the Chicago Sports Fest over the holidays
"; arnews[5] += "27-28. Peszek helped in the interactive area for gymnastics, signed autographs and handed out awards."; arnews[5] += "
Publ.Date : Mon, 04 Jan 2010 08:00:00 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");