var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kyle Busch caps Nationwide season with win at Homestead-Miami - Autoweek.com
";
arnews[0] += "Kyle Busch clinched his first Nationwide Series title when he took the green flag to begin Saturday night's Ford 300 at Homestead-Miami Speedway. But the real celebration began when Busch got his ninth win of the year by withstanding a strong late ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:42:00 GMT";
arnews[0] += "
";
arnews[1]="Busch wins Nationwide Series title by capturing Ford 300 - TSN
";
arnews[1] += "HOMESTEAD, Fla. -- 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. Busch held off a hard ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:44:00 GMT";
arnews[1] += "
";
arnews[2]="Busch clinches NASCAR Nationwide Series championship with start at ... - Daily Press
";
arnews[2] += "HOMESTEAD, Fla. (AP) — Kyle Busch has won the Nationwide Series championship. Busch only needed to start the race Saturday at Homestead-Miami Speedway to win his first NASCAR title. When the green flag dropped on the race, Busch was the champ ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:53:00 GMT";
arnews[2] += "
";
arnews[3]="NASCAR-Nationwide-Ford 300 Lineup - MLive.com
";
arnews[3] += "(AP) — 1. (60) Carl Edwards, Ford, 168.366. 2. (33) Ryan Newman, Chevrolet, 167.978. 3. (29) Jeff Burton, Chevrolet, 167.91. 4. (20) Joey Logano, Toyota, 167.879. 5. (18) Kyle Busch, Toyota, 167.785. 6. (11) Denny Hamlin, Toyota, 167.457. 7. (16 ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:01:00 GMT";
arnews[3] += "
";
arnews[4]="The Weekend Ahead At Homestead-Miami - HardcoreRaceFans.com
";
arnews[4] += "Ron Hornaday clinched the Truck Series title last weekend at Phoenix International Raceway so the focus this weekend ... After losing ground to Carl Edwards in the Nationwide Series standings last weekend, Kyle Busch is looking to clinch his first ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:54:00 GMT";
arnews[4] += "
";
arnews[5]="NASCAR SPRINT CUP POINTS STANDINGS - Times-Leader
";
arnews[5] += "NASCAR SPRINT CUP POINTS STANDINGS Pos. Driver Points 1. Tony Stewart 3054 2. Jimmie Johnson 2862 3. Jeff Gordon 2847 4. Kurt Busch 2608 5. Carl Edwards 2556 6. Denny Hamlin 2518 7. Ryan... We are sorry but the story you selected ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:35:00 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("