var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Johnson and Martin take title race into finale
"; arnews[0] += "Mark Martin has lost to Dale Earnhardt, Jeff Gordon and Tony Stewart - some of NASCAR's greatest drivers - in his frustrating bid for an elusive championship."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:29:05 GMT"; arnews[0] += "
"; arnews[1]="Terry Blount
"; arnews[1] += "Will you be able to say you saw history? Saturday, November 21, 2009 Ryan Newman, Carl Edwards and Jeff Gordon discuss their respect for Jimmie Johnson on the verge of his fourth-straight championship Tags: NASCAR VIDEO PLAYLIST HOMESTEAD, Fla."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:15:22 GMT"; arnews[1] += "
"; arnews[2]="Homestead-Miami Final Practice: Childress Has Pair Of Hot-Rods
"; arnews[2] += "The Chase for the Championship comes to a close Sunday at Homestead-Miami Speedway with Jimmie Johnson looking to win an unprecedented fourth straight NASCAR Sprint Cup Championship."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:32:54 GMT"; arnews[2] += "
"; arnews[3]="Johnson's future rival isn't even in the Chase ... this year
"; arnews[3] += "HOMESTEAD, Fla. A lot has changed for Kyle Busch, and a lot is the same. He still wins a lot, though not as much this year in the Sprint Cup Series."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:58:59 GMT"; arnews[3] += "
"; arnews[4]="Kurt Busch: Going out with a bang
"; arnews[4] += "Man, it's hard to believe that another season is coming to an end this weekend in South Florida."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:38:10 GMT"; arnews[4] += "
"; arnews[5]="Matchup
"; arnews[5] += "One of these struggling teams -- both are 5-4 after torrid starts -- is going to get off the mat and snap out of its losing ways."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:35:08 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("
");