var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Franchitti wins at Homestead and claims IndyCar title - WXYZ
"; arnews[0] += "One year after his return to the IndyCar Series following a brief stint in NASCAR, Dario Franchitti captured the 2009 series title by winning Saturday's season-ending Firestone Indy 300 at Homestead-Miami Speedway. Franchitti, the pole sitter ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[0] += "
"; arnews[1]="Series news and ... - Motorsport.com
"; arnews[1] += "1. In Her Own Words - Danica Patrick: It's hard to look back at 2009 and not feel a little bit frustrated or just want to shrug your shoulders and wonder why or how things went the way they did for us this year. That's not to say that it was all bad ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:59:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");