var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="ESPN'S NASCAR Coverage Set to Take Green Flag at Daytona - Sports Features
"; arnews[0] += "Lap-by-lap announcer Marty Reid will join Jarrett and Petree in the booth for race telecasts, with pit reporters Dave Burns, Jamie Little, Dr. Jerry Punch and Vince Welch. Allen Bestwick will host NASCAR Countdown with analysts Wallace and Brad ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:01:00 GMT"; arnews[0] += "
"; arnews[1]="Motorsports This Week on ESPN - Sports Features
"; arnews[1] += "The NASCAR Nationwide Series kicks off its 2010 season this weekend at Daytona International Speedway and ESPN2 will have live coverage as the series races for 300 miles on the famous Daytona high banks. The much-anticipated NASCAR debut of open ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:17:00 GMT"; arnews[1] += "
"; arnews[2]="Trading Paint - Newsday
"; arnews[2] += "The motorsport and autoracing blog for NASCAR, IndyCar and motorsports news. Best Spoken Line, Jimmie Johnson: \"I have really hurt our chances to win this thing out of the gate.\" After crashing the No. 99 car in practice for the Rolex 24. Best Spoken ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 15:03:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");