var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="North Marion County sports notes
";
arnews[0] += "Cathedral High School's Samantha Peszek, a 2008 Olympic silver medal gymnast, has signed to compete at the collegiate level with UCLA.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="North Marion County sports notes
";
arnews[1] += "Cathedral High School's Samantha Peszek, a 2008 Olympic silver medal gymnast, has signed to compete at the collegiate level with UCLA.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:11:55 GMT";
arnews[1] += "
";
arnews[2]="National Team members sign NLIs to UCLA, Florida
";
arnews[2] += "Standout Class to Join Gator Gymnastics Team A tremendous class of gymnastics talent has signed national letters of intent with the University of Florida.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The gymnastics week in review
";
arnews[3] += "Russia's Ksenia Semyonova on beam at last week's Arthur Gander Memorial in Switzerland.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="American Idol: Put your heart in it, Olympian advises
";
arnews[4] += "Then it got even better. Gymnasts from three clubs -- Twisters and Cedar Rapids Area Gymnastics from Hiawatha and Somersaults of Cedar Rapids -- got to lead Johnson around the arena and to the main stage at the \"Food, Fitness and Fun\" event.";
arnews[4] += "
Publ.Date : Mon, 12 Oct 2009 21:58:52 GMT";
arnews[4] += "
";
arnews[5]="American Idol: Put your heart in it, Olympian advises
";
arnews[5] += "\"She's right there!\" \"She waved at me!\" The young girls, all area gymnasts, were thrilled Saturday to discover that Olympic champion and their idol, Shawn Johnson, was standing right behind them in the U.S. Cellular Center in downtown Cedar Rapids.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 21:55:17 GMT";
arnews[5] += "
";
arnews[6]="Conference call: Notes and quotes from the U.S. women's World team
";
arnews[6] += "Ivana Hong recently had a bout of the flu, but is ready to go for Worlds, she said.";
arnews[6] += "
Publ.Date : Mon, 05 Oct 2009 20:04:33 GMT";
arnews[6] += "
";
arnews[7]="Grasping for a spot Memmel hopes to join U.S. team for World meet
";
arnews[7] += "Chellsie Memmel, practicing routines again at her parents' gymnastics facility in New Berlin, is taking her shot at making the U.S. team for the 2009 World Championships.";
arnews[7] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("