var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Surprise! - Johnson takes pole at Homestead; Ford 400 starting grid
"; arnews[0] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson turned a lap of 173.919 mph on Friday to top qualifying at Homestead-Miami Speedway, a big boost for the Hendrick Motorsports star as he tries to become the first driver in NASCAR history to win four consecutive championships."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:31 GMT"; arnews[0] += "
"; arnews[1]="A twin win for Harvicks in Trucks Series finale
"; arnews[1] += "Kevin and Delana Harvick were an extremely happy couple Friday night. Kevin Harvick made a late pass to cap a dominating show to win the season-ending Trucks Series race at Homestead-Miami Speedway, and wife Delana clinched the owners' championship when Ron Hornaday Jr."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:19 GMT"; arnews[1] += "
"; arnews[2]="Clarke: Mark Martin only NASCAR Cup driver with a chance
"; arnews[2] += "AP Photo/Lynne Sladky NASCAR driver Mark Martin drives back to his garage during the practice session at the Homestead-Miami International Speedway in Homestead, Fla."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:58:10 GMT"; arnews[2] += "
"; arnews[3]="Drama lacking at season's last stop
"; arnews[3] += "The sixth version of the Chase for the Sprint Cup comes to an end this weekend in Miami."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:20:29 GMT"; arnews[3] += "
"; arnews[4]="Notebook: Earnhardt Jr. 'still relevant' to tabloid
"; arnews[4] += "By Reid Spencer Sporting News NASCAR Wire Service HOMESTEAD, Fla. -- After his qualifying laps Friday at Homestead-Miami Speedway, Dale Earnhardt Jr."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:46:51 GMT"; arnews[4] += "
"; arnews[5]="France thinks Johnson's dominance fine for Chase
"; arnews[5] += "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."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:43:36 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("
");document.write("
");