var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kyle Busch starts, ends with win
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 09:48:19 GMT";
arnews[0] += "
";
arnews[1]="Vettel takes a look at Nascar
";
arnews[1] += "FORMULA One driver Sebastian Vettel spent time at his first Nascar event listening to racing advice from Juan Pablo Montoya.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:31:16 GMT";
arnews[1] += "
";
arnews[2]="Busch earns two Nationwide titles in same day
";
arnews[2] += "HOMESTEAD, Fla. a ' Kyle Busch only needed the green flag to drop to win his first NASCAR title.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sprint Cup Chase: Previewing the Ford 400
";
arnews[3] += "By ANTHONY ANDRO Who's hot Jimmie Johnson: On his way to his fourth consecutive title, Johnson continues to redefine what the Chase is all about.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:56:00 GMT";
arnews[3] += "
";
arnews[4]="Dale Jr. pines for more racing - roanoke.com
";
arnews[4] += "Today ends what has been one of Dale Earnhardt Jr.'s most frustrating seasons. Although he comes into today's race at Homestead-Miami Speedway 24th in the points, he's not ready for the season to end.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:45:53 GMT";
arnews[4] += "
";
arnews[5]="Johnson and Martin take title race into Sprint Cup finale
";
arnews[5] += "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[5] += "
Publ.Date : Sun, 22 Nov 2009 05:44:58 GMT";
arnews[5] += "
";
arnews[6]="NASCAR notes: McMurray, Ganassi reunite for 2010
";
arnews[6] += "Jamie McMurray feels right at home at Earnhardt Ganassi Racing. He should. He's been there before.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 05:28:51 GMT";
arnews[6] += "
";
arnews[7]="Return to Ganassi thrills McMurray notebook
";
arnews[7] += "Jamie McMurray feels right at home at Earnhardt Ganassi Racing. Jamie McMurray has been hired to drive the No.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[7] += "
";
arnews[8]="NASCAR boss Brian France talks drug policy, sponsorship, Danica...
";
arnews[8] += "NASCAR CEO Brian France, shown earlier in the year, voiced his opinion on a number of topics Friday at Homestead-Miami Speedway.";
arnews[8] += "
Publ.Date : Sun, 22 Nov 2009 04:31:28 GMT";
arnews[8] += "
";
totcount = 9;
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("