var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Raw Video: Usain Bolt Adopts a Cheetah
";
arnews[0] += "The world's fastest man adopted the animal kingdom's fastest sprinter Monday, as Usain Bolt welcomed a new baby cheetah named 'Lightning Bolt' into his life. (Nov. 2)";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 20:33:09 GMT";
arnews[0] += "
";
arnews[1]="Usain Bolt says he will probably one day run the 400m
";
arnews[1] += "Usain Bolt believes it will take time for people to believe that his performances are possible without doping. The 23-year-old Jamaican, who won three Olympic titles in world...";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 16:38:34 GMT";
arnews[1] += "
";
arnews[2]="USAIN BOLT 200 M, 19,19 HD
";
arnews[2] += "Click here to watch the video";
arnews[2] += "
Publ.Date : Fri, 21 Aug 2009 02:00:26 GMT";
arnews[2] += "
";
arnews[3]="Intro - Usain Bolt Breaks 100-Meter Record
";
arnews[3] += "Between Usain Bolt and Michael Phelps, America is one flying guy away from a brand new \"Super Friends.\"";
arnews[3] += "
Publ.Date : Mon, 17 Aug 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Usain Bolt beats Gay and sets new Record - from Universal Sports
";
arnews[4] += "http://www.UniversalSports.com 2009, Berlin, Germany, IAAF World Championship Track and Field, Tyson Gay finally challenged Usain Bolt in the 100m and took second, Bolt broke his...";
arnews[4] += "
Publ.Date : Sun, 16 Aug 2009 23:20:53 GMT";
arnews[4] += "
";
arnews[5]="Zenvo ST1, Top Gear Fourth Host, AVUS RS6 Avant, Usain Bolt Crash, Ford Fusion - 05/01/2009
";
arnews[5] += "A high-power Audi with a bad name, a new Danish Supercar, Commenter of the Week, and FLDetours. Hosted by Derek DeAngelis.";
arnews[5] += "
Publ.Date : Fri, 01 May 2009 18:32:35 GMT";
arnews[5] += "
";
arnews[6]="Zenvo ST1, Top Gear Fourth Host, AVUS RS6 Avant, Usain Bolt Crash, Ford Fusion - 05/01/2009
";
arnews[6] += "A high-power Audi with a bad name, a new Danish Supercar, Commenter of the Week, and FLDetours. Hosted by Derek DeAngelis.";
arnews[6] += "
Publ.Date : Fri, 01 May 2009 18:32:35 GMT";
arnews[6] += "
";
arnews[7]="Usain Bolt - Athlete Profile
";
arnews[7] += "Usain Bolt - Athlete Profile";
arnews[7] += "
Publ.Date : Fri, 16 Jan 2009 15:12:15 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Usain Bolt Celebrates Early ... Very Early
";
arnews[8] += "http://www.quietlibrary.com This guy can do A LOT in 9.69 seconds. Thx to DeMarcus Reed http://www.demarcusreed.com & our DP Phelps Harmon http://www.celebritydarwinism.com";
arnews[8] += "
Publ.Date : Fri, 22 Aug 2008 10:09:11 GMT";
arnews[8] += "
";
arnews[9]="Beijing 2008 Usain Bolt 9.69 Shatters 100m World Record in Olympics final ! Gold Medal
";
arnews[9] += "FREE sports kits at http://soccer.findmypair.com FREE NFL Jerseys at http://football.findmypair.com Usain Bolt of Jamaica sets new world record at 2008 Beijing Olympics 100m...";
arnews[9] += "
Publ.Date : Sun, 17 Aug 2008 15:55:11 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("