var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="JJ starts No. 1
"; arnews[0] += "Each week of the Sprint Cup season, ESPN The Magazine's Ryan McGee ranks the top 20 drivers in the series."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:57:31 GMT"; arnews[0] += "
"; arnews[1]="Hamlin won't let his torn ACL faze him
"; arnews[1] += "If Denny Hamlin 's learned anything in four years in the Cup Series, it might be the predatory nature -- the law of the jungle -- that rules: Don't show weakness or you'll get eaten alive."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:35:11 GMT"; arnews[1] += "
"; arnews[2]="Drivers begin season in Florida
"; arnews[2] += "Several local teams made the trip south to compete with the World of Outlaws at Volusia Speedway Park, near Daytona Beach, as the 2010 sprint car racing season got under way last week."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:51:02 GMT"; arnews[2] += "
"; arnews[3]="Power Rankings: Notable drivers missing from preseason top 15
"; arnews[3] += "It's that time of the year again -- time to unleash the 2010 CBSSports.com preseason NASCAR power rankings."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:36:00 GMT"; arnews[3] += "
"; arnews[4]="Harvick repeats as Budweiser Shootout winner
"; arnews[4] += "Kevin Harvick started Speedweeks in bed, started the Budweiser Shootout in a backup car and started the final few laps out of the lead."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 21:38:00 GMT"; arnews[4] += "
"; arnews[5]="Driver appearances around town
"; arnews[5] += "Sprint Cup driver Tony Stewart will sign autographs from 4-6 p.m. at Office Depot, 405 West Granada Blvd., Ormond Beach."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:17:58 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("
");