var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twenty to watch in 2010
";
arnews[0] += "The truth is that it's impossible to predict who will be the big gymnastics stories of 2010.";
arnews[0] += "
Publ.Date : Sun, 24 Jan 2010 20:46:10 GMT";
arnews[0] += "
";
arnews[1]="The gymnastics week in review
";
arnews[1] += "The gymnastics year in review : A comprehensive look back at the most memorable gymnastics stories of 2009.";
arnews[1] += "
Publ.Date : Fri, 01 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="2009 Gymnasts of the Year winners
";
arnews[2] += "What a year it's been for 2009 World all-around champion Bridget Sloan , who likes to downplay her accomplishments.";
arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Decade in review: A look back at the big gymnastics stories of the past 10 years
";
arnews[3] += "AP Photo/Randy Snyder The 2000s will be remembered as one of the most tumultous decades in artistic gymnastics.";
arnews[3] += "
Publ.Date : Tue, 29 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Gymnastics Year in Review
";
arnews[4] += "Blythe Lawrence on Gymnastics Examiner posted an excellent \"look back at the scandals and milestones of 2009.\" Photo gallery: The gymnastics year in review The biggest story of last year was Shawn Johnson winning So You Think You Can Dance .";
arnews[4] += "
Publ.Date : Fri, 01 Jan 2010 20:25:32 GMT";
arnews[4] += "
";
arnews[5]="Kohei Uchimura - triple back Kovacs
";
arnews[5] += "Check out the skill our new World Champion is training on Horizontal Bar. It's at 5min in a long Japanese interview.";
arnews[5] += "
Publ.Date : Tue, 29 Dec 2009 21:14:33 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("