var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunday's Ford 400 lineup - Asheville Citizen-Times
"; arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 10:40:00 GMT"; arnews[0] += "
"; arnews[1]="Dale Earnhardt Jr.: Wrecks happen when you "hang out with pigs" - Everything Alabama Blog
"; arnews[1] += "Dale Earnhardt Jr. (The Birmingham News / Doug Demmons) Dale Earnhardt Jr. sat down for an interview with USA Today and covered a lot of subjects, from his season to his appearance at the Country Music Awards ceremony. Aside from being too nervous to ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:14:00 GMT"; arnews[1] += "
"; arnews[2]="Post a Comment - Post-Crescent
"; arnews[2] += "HOMESTEAD, Fla. — Results from Friday's qualifying for Sunday's race at Homestead-Miami Speedway (Lap length: 1.5 miles; state drivers in boldface). 1. (48) Jimmie Johnson, Chevrolet, 173.919. 2. (82) Scott Speed, Toyota, 172.695. 3. (47) Marcos ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT"; arnews[2] += "
"; arnews[3]="It's Official: Dale Earnhardt Jr. Is Cursed - Bleacherreport.com
"; arnews[3] += "From the Andretti curse to the \"Curse of the Bambino\", sports curses have often been used to explain the misfortunes of particular players or teams. With Dale Earnhardt Jr.'s performance at the most recent race at Phoenix International Raceway, as ..."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[3] += "
"; arnews[4]="France: Chase isn't perfect, but it works - Post-Tribune
"; arnews[4] += "HOMESTEAD, Fla. -- NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR, and not used as an example of why the championship format might be flawed. Johnson heads into Sunday's finale at Homestead-Miami ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT"; arnews[4] += "
"; arnews[5]="Creature vs. Creature Writers Pool: Picks for the Ford 400 at ... - Bleacherreport.com
"; arnews[5] += "The final race of the 2009 Sprint Cup Series season has arrived. Jimmie Johnson needs to finish 25th or better on Sunday to wrap up his fourth straight championship. Teammate Mark Martin will be relying on a miracle if he’s going to overcome the ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT"; arnews[5] += "
"; arnews[6]="Johnson signs contract extension with Hendrick through 2015 - Item
"; arnews[6] += "HOMESTEAD, Fla. – Jimmie Johnson, on the verge of a NASCAR record fourth consecutive championship, signed a contract extension Friday to drive for Hendrick Motorsports through the 2015 season. The announcement comes just two days before Johnson is ..."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");