var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="EuroTrash Monday! - PezCycling News
"; arnews[0] += "To ride their bikes of course. You didn't think his transfer saga had come to an end yet, did you? La Gazzetta reports that the two-time Tour winner and winner of all of the Grand Tours, has signed a contract to ride Specialized bikes to the tune of ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 18:17:00 GMT"; arnews[0] += "
"; arnews[1]="Compton, Albert rule in Belgium - Velo News
"; arnews[1] += "Katie Compton (Planet Bike) continued her winning ways on Sunday as the third round of the Superprestige series came to Gavere, Belgium. Compton finished nearly a minute ahead of Holland’s Marianne Vos, whose countrywoman Daphny van den Brand ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 04:33:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");