var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="What went wrong with Roush Fenway Racing in '09?
"; arnews[0] += "If you expected much more from Roush Fenway Racing than you saw in 2009, well, you weren't the only one."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:36:27 GMT"; arnews[0] += "
"; arnews[1]="No. 4 top 500 finish: Harvick, Martin in '07
"; arnews[1] += "This is the second installment in a five-part series on some of the best Daytona 500 finishes in the history of the Great American Race."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:24:57 GMT"; arnews[1] += "
"; arnews[2]="What went wrong with Roush team last year?
"; arnews[2] += "Jack Roush needed only one thing to figure out what went wrong with his Sprint Cup organization in 2009."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:03:46 GMT"; arnews[2] += "
"; arnews[3]="Preseason Predictions: Which Sprint Cup driver will be the biggest surprise to make the Chase?
"; arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 20:01:44 GMT"; arnews[3] += "
"; arnews[4]="JJ starts No. 1
"; arnews[4] += "Each week of the Sprint Cup season, ESPN The Magazine's Ryan McGee ranks the top 20 drivers in the series."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:57:31 GMT"; arnews[4] += "
"; arnews[5]="NASCAR: The Evolution of the Sport
"; arnews[5] += "NASCAR: The Evolution of the Sport In 2001, the Dodge division of Chrysler Corp."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:47:43 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("
");