var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="If you ever get a second chance in life for something, you've got to go all the way. Lance Armstrong http://ow.ly/Fc0z
";
arnews[0] += "If you ever get a second chance in life for something, you've got to go all the way. Lance Armstrong";
arnews[0] += "
";
arnews[1]="For Sale: Contemporary Art by Premier Talent to Benefit the LIVESTRONG(R) Global Cancer Campaign
";
arnews[1] += "For Sale: Contemporary Art by Premier Talent to Benefit the LIVESTRONG(R) Global Cancer Campaign -";
arnews[1] += "
";
arnews[2]="Lateral Attorney Report: If you ever get a second chance in life for something, you've got to go all the way. Lance Armstrong http://ow.ly/Fc0m
";
arnews[2] += "If you ever get a second chance in life for something, you've got to go all the way. Lance Armstrong";
arnews[2] += "
";
arnews[3]="Noticias de Portugal: Ciclismo: Trio português entusiasmado com RadioShack
";
arnews[3] += "Ciclismo: Trio português entusiasmado com RadioShack -";
arnews[3] += "
";
arnews[4]="roadrace: Lance Armstrong vs. Marco Pantani on the Ventoux at the Tour de France 2000
";
arnews[4] += "Lance Armstrong vs. Marco Pantani on the Ventoux at the Tour de France 2000 -";
arnews[4] += "
";
totcount = 5;
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("