var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jack Cutter - Bleacherreport.com
"; arnews[0] += "Or Lance Armstrong's seven Tour titles. Doped or not, pretty impressive."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT"; arnews[0] += "
"; arnews[1]="Lance Armstrong to donate $250k to Haiti victims - The Gaea Times
"; arnews[1] += "The former Tour de France champion’s Livestrong foundation has planned to forward 250,000 dollars as aid to the Caribbean state. The sportsman has come up with a video message on his website urging fans to donate for the victims. “I think what ..."; arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT"; arnews[1] += "
"; arnews[2]="Armstrong set for tilt at Milan-Sanremo - ninemsn
"; arnews[2] += "Seven-time Tour de France champion Lance Armstrong will race in the cycling's first one-day classic of the season the Milan-Sanremo on March 20. Armstrong - whose main aim this year is to win an eighth Tour de France thereby preventing bitter rival ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT"; arnews[2] += "
"; arnews[3]="Lance Armstrong - Chicago Tribune
"; arnews[3] += "Trek Bicycle Corp. and three-time Tour de France winner Greg LeMond have settled their nearly two-year court battle. Trek general counsel Robert Burns tells the Wisconsin State Journal that the deal includes two $100,000 payments by Trek to 1in6.org"; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 16:29:00 GMT"; arnews[3] += "
"; arnews[4]="GoVision Helps Showcase Cowboys Stadium in South Florida - PR.com
"; arnews[4] += "Miami, FL, February 09, 2010 --( PR.com )-- While thousands of media representatives from around the world are soaking up the sights across South Florida this week, they’ll also get a heapin’ helpin’ of Texas glitz along the way. That’s ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:15:00 GMT"; arnews[4] += "
"; arnews[5]="LIVESTRONG launches online/print magazine - Austin Business Journal
"; arnews[5] += "A feature called \"Crazy Sexy Cancer\" will be the centerfold of the inaugural LIVESTRONG Quarterly, a publication announced today by famed cyclist Lance Armstrong's fundraising organization. The new magazine will be released online and in hard-copy ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:06: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("
");document.write("
");