var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Sprint Cup Power Rankings: Top 15 After The Bud Shootout
"; arnews[0] += "The Frontstretch: Sprint Cup Power Rankings: Top 15 After The Bud Shootout by Frontstretch Staff -- Wednesday February 10, 2010 As Sprint Cup drivers prepare to tackle their 36-race regular season, it's time to take a look at which ones carry the most momentum into 2010."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:22:08 GMT"; arnews[0] += "
"; arnews[1]="Return to form for Earnhardt Jr. could rev NASCAR's fortunes
"; arnews[1] += "Dale Earnhardt Jr. leads a pack of cars during the preliminary Budweiser Shootout at Daytona."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Consistency remains key to making title Chase - roanoke.com
"; arnews[2] += "Juan Pablo Montoya made the Chase for the first time last season by finishing 14th or better during the regular-season races."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:44:47 GMT"; arnews[2] += "
"; arnews[3]="de la BASTIDE: Hendrick setting tone at Daytona
"; arnews[3] += "There should be little doubt the four Hendrick Motorsports drivers and the Stewart/Haas team will be in the spotlight for the running of the Daytona 500 on Sunday."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:16:19 GMT"; arnews[3] += "
"; arnews[4]="NASCAR ready to fix its issues this season
"; arnews[4] += "Ask anyone in NASCAR about the many, many industry ailments and the answer is that everything will be just fine."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:41:58 GMT"; arnews[4] += "
"; arnews[5]="Harvick gets well with Bud Shootout win
"; arnews[5] += "A bout with the flu and a lack of practice time didn't seem to bother Kevin Harvick, who won Saturday night's Budweiser Shootout at Daytona International Speedway for the second straight year."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:26:16 GMT"; arnews[5] += "
"; arnews[6]="Preseason Predictions: Which Sprint Cup driver will be the biggest surprise to make the Chase?
"; arnews[6] += "Martin Truex Jr. is expected to challenge for a spot in the Chase this year. LaDon George NASCAR Illustrated As the Chase enters its seventh year, who will be the biggest surprise to make the Chase this year? Will it be a driver who has made the Chase before but isn't supposed to make it in 2010? Or will it be a driver making his first appearance ..."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:01:44 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("
");