var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="NASCAR: Johnson and Martin take title race into finale - Times and Democrat
"; arnews[0] += "HOMESTEAD, Fla. — 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. Standing in his way now? Jimmie Johnson, who takes a 108-point ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT"; arnews[0] += "
"; arnews[1]="Jimmie Johnson Takes 108-Point Lead Into Season Finale - All Headline News
"; arnews[1] += "Homestead, FL (AHN) - Jimmie Johnson is on the verge of history as he takes a 108-point lead into the NASCAR Sprint Cup Series season finale this Sunday at Homestead-Miami Speedway. Johnson needs only to finish 25th or better in the Ford 400 to win ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:18:00 GMT"; arnews[1] += "
"; arnews[2]="Stewart enjoying results - Dubuque Telegraph Herald
"; arnews[2] += "AVONDALE, Ariz. -- Tony Stewart won't win the Sprint Cup championship this season, and his bid to join the late Alan Kulwicki in the NASCAR record books will have to wait at least another year. That won't change how he views his first season as owner ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 16:02:00 GMT"; arnews[2] += "
"; arnews[3]="Running second doesn't define Martin's NASCAR career - HometownAnnapolis.com
"; arnews[3] += "He refuses to define himself based on titles won even if many others do ... Dale Earnhardt, Jeff Gordon and Tony Stewart - among this era's greatest drivers - beat him for crowns. Three times Martin finished within 40 points of the champion, adding ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT"; arnews[3] += "
"; arnews[4]="Johnson on verge of fourth title - News-Leader.com
"; arnews[4] += "Homestead, Fla. -- 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. Standing in his way now? Jimmie Johnson, who takes a 108-point lead ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:51:00 GMT"; arnews[4] += "
"; arnews[5]="Martin makes last push - Tulsa World
"; arnews[5] += "HOMESTEAD, Fla. — Mark Martin has lost to Dale Earnhardt, Jeff Gordon and Tony Stewart — some of NASCAR's best drivers — in his frustrating bid for an elusive championship. Standing in his way now? Jimmie Johnson, who takes a 108-point lead ..."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:37:00 GMT"; arnews[5] += "
"; arnews[6]="Martin's runner-up status nothing new - Denver Post
"; arnews[6] += "HOMESTEAD, Fla. — 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. Standing in his way now? Jimmie Johnson, who takes a 108-point lead ..."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 07:54: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("
");