var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Driscoll, Bruno-Roy Still Lead U.S. CX Standings
";
arnews[0] += "With the season nearing its close, James Driscoll and Maureen Bruno-Roy sit atop the USA National CX standings.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 02:35:32 GMT";
arnews[0] += "
";
arnews[1]="2 hours agoCompton, Albert rule in BelgiumUpdated: Planet Bike's...
";
arnews[1] += "Katie Compton continued her winning ways on Sunday as the third round of the Superprestige series came to Gavere, Belgium.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 19:12:49 GMT";
arnews[1] += "
";
arnews[2]="2010 UCI Women's World Cup Calendar
";
arnews[2] += "Marianne Vos started out the season winning the Trofeo Alfredo Binda and went on to win a total of three events to take the top raanking in the '09 Cup ahead of Emma Johansson.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 02:24:09 GMT";
arnews[2] += "
";
arnews[3]="The Wednesday Session
";
arnews[3] += "Yes, it is still Wednesday here in California. Time zones, bah humbug! Ita TMs a short Sesh this week, as the news trickles slowly in the offy.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 04:02:26 GMT";
arnews[3] += "
";
arnews[4]="Zdenek Stybar (Telenet-Fidea Cycling Team) leads Niels Albert (BKCP-Powerplus).
";
arnews[4] += "Zdenek Stybar may have suffered a narrow loss to Niels Albert in the third round of the cyclo-cross World Cup in Nommay, France on Sunday, but the Czech rider is pleased with the progression he has shown throughout the season and is confident he will be standing on the top of the podium soon.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 12:39:42 GMT";
arnews[4] += "
";
arnews[5]="Compton, Albert Win Again
";
arnews[5] += "The latest round of the UCI Cyclocross World Cup presented by Safety Jogger in Nommay, France, offered the riders a fast course on greasy grasslands combined with some technical ramps.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 17:58:05 GMT";
arnews[5] += "
";
arnews[6]="First Cyclo-cross news & racing round-up, Monday, November 9, 2009
";
arnews[6] += "Organizers of the Boulder Cup cyclo-cross changed the race's location for this weekend's race.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 08:56:14 GMT";
arnews[6] += "
";
totcount = 7;
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("