var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tour de France-US Individual Overall Results - ESPN.com
";
arnews[0] += "3. Lance Armstrong, United States, Astana, 85 hours, 43 minutes, 11 seconds. 8. Christian Vande Velde, United States, Garmin Slipstream, 12 minutes, 4 seconds behind. 19. George Hincapie, United States, Team Columbia High Road, 33 minutes, 27 seconds ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:15:00 GMT";
arnews[0] += "
";
arnews[1]="Building Reflects Lance Armstrong Foundation Mission - Examiner
";
arnews[1] += "The design team took a concrete and steel warehouse previously occupied by Gulf Coast Paper, Inc. and turned it into 30,000 square feet of visually-stimulating office space and more. From the moment you ascend the steps to the entry court, you are ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:39:00 GMT";
arnews[1] += "
";
arnews[2]="Cadel Evans Expects Big Things From Lance Armstrong in 2010 - Roadcycling.com
";
arnews[2] += "Lance Armstrong, Cadel Evans and Andy Schleck. Photo copyright Fotoreporter Sirotti. Road race world champion Cadel Evans is predicting bigger things for seven-time Tour de France winner Lance Armstrong in 2010 than he achieved in his comeback to ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT";
arnews[2] += "
";
arnews[3]="Changes alter route along I-10, Oracle Rd. - Arizona Daily Star
";
arnews[3] += "Course changes have shortened the route for El Tour de Tucson by about a half-mile and could lead to a faster race today, founder Richard DeBernardis said. For the first time since 1992, the 109-mile bicycle race will have new starting and finishing ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[3] += "
";
arnews[4]="Stefanie Spielman dies after battle with cancer - News-Herald.com
";
arnews[4] += "COLUMBUS (AP) — Stefanie Spielman, the wife of NFL and Ohio State star Chris Spielman who led a public fight against breast cancer, died Thursday after a lengthy battle with the disease. She was 42. Stefanie Spielman died at the family's home in ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[4] += "
";
arnews[5]="Tour de France-Individual Climber Overall Points - ESPN.com
";
arnews[5] += "1. Franco Pellizotti, Italy, Liquigas, 210 pts. 2. Egoi Martinez, Spain, Euskaltel -- Euskadi, 135 pts. 3. Alberto Contador, Spain, Astana, 126 pts. 4. Andy Schleck, Luxembourg, Team Saxo Bank, 111 pts. 5. Pierrick Fedrigo, France, BBox Bouygues ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:15: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("