var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roush Fenway Hoping To End Season the Way It Started: With a Victory - Bleacherreport.com
";
arnews[0] += "When Roush Fenway Racing began the 2009 season at Daytona International Speedway, the only goal in mind was to get all five of the team’s drivers into contention to bring a championship back to an organization that hasn’t seen one since Kurt ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT";
arnews[0] += "
";
arnews[1]="Qualifying Recap: Ford 300 - Roto Times
";
arnews[1] += "After pacing the final practice session for the Nationwide race at Homestead, Carl Edwards backed it up by claiming the pole. Ryan Newman backed up his practice time as well and claimed a spot on the outside of the front row. Overall, Cup regulars ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[1] += "
";
arnews[2]="NASCAR-Sprint Cup-Ford 400 Lineup - ESPN.com
";
arnews[2] += "1. (48) Jimmie Johnson, Chevrolet, 173.919. 2. (82) Scott Speed, Toyota, 172.695. 3. (47) Marcos Ambrose, Toyota, 172.678. 4. (5) Mark Martin, Chevrolet, 172.353. 5. (14) Tony Stewart, Chevrolet, 172.243. 6. (29) Kevin Harvick, Chevrolet, 172.144. 7 ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:36:00 GMT";
arnews[2] += "
";
arnews[3]="Matt Kenseth Prepared For Last Race With DeWalt - Post Chronicle
";
arnews[3] += "Matt Kenseth, the 2009 Daytona 500 winner, runs his last race Sunday for DeWart Power Tools at Sunday's Sprint Cup Ford 400 at Homestead, Fla. DeWalt decided in July to discontinue its sponsorship of the Cambridge, Wis., native because of the ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:33:00 GMT";
arnews[3] += "
";
arnews[4]="NASCAR-Nationwide-Ford 300 Lineup - Cleveland Plain Dealer
";
arnews[4] += "4. (20) Joey Logano, Toyota, 167.879. 5. (18) Kyle Busch, Toyota, 167.785. 6. (11) Denny Hamlin, Toyota, 167.457. 7. (16) Matt Kenseth, Ford, 167.317. 8. (88) Brad Keselowski, Chevrolet, 167.24. 9. (99) Scott Speed, Toyota, 167.022. 10. (62) Brendan ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:01:00 GMT";
arnews[4] += "
";
arnews[5]="Edwards nabs Nationwide pole at Homestead - TSN
";
arnews[5] += "Homestead, FL (Sports Network) - Carl Edwards will start on the pole for Saturday's Ford 300 Nationwide Series race after topping the charts in qualifying at Homestead-Miami Speedway. Edwards, who won last week's race at Phoenix, turned a lap at 168 ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:22:00 GMT";
arnews[5] += "
";
arnews[6]="Edwards nabs Nationwide pole at Homestead NASCAR-B - KSTP
";
arnews[6] += "Edwards, who won last week´s race at Phoenix, turned a lap at 168.366 m.p.h. (32.073 seconds) for his series-leading seventh pole of the season and the 18th of his career. Ryan Newman qualified 0.07 seconds behind Edwards to claim the outside pole ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 19:08:00 GMT";
arnews[6] += "
";
arnews[7]="Charlie Mitchell - Auto Racing Sunday - Norwalk Hour
";
arnews[7] += "One of the most sought after rides in modified racing has gone to Norwalk standout Ron Silk. In 2010, he will drive for Long Island millionaire Ed Partridge on the Whelen Modified Tour as well as a full season of SK Modified action at Thompson ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 22:43:00 GMT";
arnews[7] += "
";
totcount = 8;
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("