var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnson and Martin take title race into Sprint Cup finale
";
arnews[0] += "Mark Martin has lost to Dale Earnhardt, Jeff Gordon and Tony Stewart some of NASCARs greatest drivers in his frustrating bid for an elusive championship.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:44:58 GMT";
arnews[0] += "
";
arnews[1]="Busch wins title, Nationwide finale
";
arnews[1] += "Kyle Busch made it a double dose of celebration, winning the Nationwide Series championship before completing a lap and capping his night at Homestead-Miami Speedway with his ninth trip to victory lane.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:44:48 GMT";
arnews[1] += "
";
arnews[2]="Update on the latest sports
";
arnews[2] += "NBA -LATEST SCORES Cavs clamp down...Hornets end Hawks' win streak at seven UNDATED LeBron James scored 32 points, Mo Williams added 18 and the Cleveland Cavaliers clamped down defensively by the Philadelphia 76ers to 10 points in the fourth quarter of their 97-91 victory.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:38:31 GMT";
arnews[2] += "
";
arnews[3]="Johnson not at ease despite large Chase lead
";
arnews[3] += "What: Ford 400, 36th of 36 races for NASCAR's Sprint Cup Series. Where: Homestead-Miami Speedway, 1.5-mile oval.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:18:54 GMT";
arnews[3] += "
";
arnews[4]="Kyle Busch wins NASCAR Nationwide Series title, finale
";
arnews[4] += "Kyle Busch merely needed the green flag to drop to win his first NASCAR title. His coronation was never in doubt and neither, really, was the outcome of the Nationwide Series finale.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:57:54 GMT";
arnews[4] += "
";
arnews[5]="Busch wins title, Nationwide finale at Homestead
";
arnews[5] += "AP Photo/Chuck Burton Kyle Busch raises the championship trophy after winning the Nationwide series championship and the NASCAR Ford 300 Nationwide series auto race at the Homestead-Miami Speedway in Homestead, Fla., Saturday, Nov.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:57:50 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("