var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Lance Armstrong's STAGES
";
arnews[0] += "Cyclist Lance Armstrong talks about the STAGES art exhibit that benefits cancer research.";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 15:53:50 GMT";
arnews[0] += "
";
arnews[1]="SNTV - Lance Armstrong exclusive
";
arnews[1] += "The never-before-seen footage from 1986 shows teenage prodigy Lance a full 23 years before his sensational Tour de France comeback. Ref: SPL115396 240709 Video by: Splashnews TV /...";
arnews[1] += "
Publ.Date : Fri, 24 Jul 2009 22:12:02 GMT";
arnews[1] += "
";
arnews[2]="Shaq Wants to Race Lance Armstrong
";
arnews[2] += "This one, for me, comes out of the blue...";
arnews[2] += "
Publ.Date : Tue, 07 Jul 2009 20:20:37 GMT";
arnews[2] += "
";
arnews[3]="Nike and Lance Armstrong Unite to Inspire and Mobilize the W
";
arnews[3] += "of writing inspirational messages along the course. They will then receive an email with GPS coordinates providing the location where their message will be chalked. The LIVESTRONG...";
arnews[3] += "
Publ.Date : Mon, 29 Jun 2009 18:28:16 GMT";
arnews[3] += "
";
arnews[4]="Nike Lance Armstrong "Driven" Commercial
";
arnews[4] += "60 second version of the new driven spot courtesy nike and lance armstrong. part of the \"it's about you\" campaign.";
arnews[4] += "
Publ.Date : Mon, 29 Jun 2009 01:21:31 GMT";
arnews[4] += "
";
arnews[5]="Lance Armstrong Will Have Surgery Wed.
";
arnews[5] += "Cyclist Lance Armstrong will have surgery Wednesday, and Austin sports medicine specialist Dr. Douglas Elenz, an orthopedic surgeon, will insert a plate to stabilize the...";
arnews[5] += "
Publ.Date : Wed, 25 Mar 2009 06:55:05 GMT";
arnews[5] += "
";
arnews[6]="Lance Armstrong: Tour und Kind in 2009
";
arnews[6] += "Lance Armstrong hat im nächsten Jahr eine ganze Menge vor: In 2009 will der 37-Jährige zum achten Mal die Tour de France gewinnen und zum vierten Mal Vater werden.";
arnews[6] += "
Publ.Date : Mon, 29 Dec 2008 05:26:00 GMT";
arnews[6] += "
";
arnews[7]="Lance Armstrong papa pour la 4ème fois
";
arnews[7] += "Le champion vient de confirmer la nouvelle : sa compagne Anna Hansen attend leur premier enfant pour l'été prochain. Lance Armstrong ne pouvait imaginer meilleur moyen de...";
arnews[7] += "
Publ.Date : Fri, 26 Dec 2008 09:14:00 GMT";
arnews[7] += "
";
arnews[8]="USA: ATHLETICS - Seven-time Tour De France winner Lance Armstrong speaks of his prospects for this Sunday's New York City Marathon
";
arnews[8] += "Seven-time Tour De France winner Lance Armstrong has his running shoes ready for Sunday's marathon in New York City. The 35 year-old who retired from cycling after winning the...";
arnews[8] += "
Publ.Date : Sun, 05 Nov 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Lance Armstrong Alpe D'Huez 2001
";
arnews[9] += "Music: Fatboy slim Acid 8000 ... Lance Armstrong Tour de France Alpe D'Huez";
arnews[9] += "
Publ.Date : Tue, 06 Jun 2006 10:10:14 GMT";
arnews[9] += "
";
totcount = 10;
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("