var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Team Penske will have full Power in 2010
"; arnews[0] += "It was just a few weeks ago the Will Power was discussing his Wolverine-like ability to heal so quickly from his broken back, saying \"I've got so much energy...I can do situps, I'm swimming, I'm wrestling Great White sharks every afternoon\". Well, now Will officially has a full-season ride in with Team Penske, and that part I'm not making up."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="11/19 :: Kanaan: My season
"; arnews[1] += "It was a physically and mentally bruising season for Tony Kanaan, who wound up sixth in the standings."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:16:48 GMT"; arnews[1] += "
"; arnews[2]="High-speed drama at city IndyCar debut
"; arnews[2] += "Scott Dixon won the race, Paul Tracy finished a stunning fourth and the Indy Racing League made a triumphant debut in Edmonton on Saturday."; arnews[2] += "
Publ.Date : Sun, 27 Jul 2008 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="So, your humble Examiner has missed a few things...
"; arnews[3] += "While no big surprise , IZOD is the new title sponsor of the IndyCar series. Anti-climactic or not, it is the best off-track news for the series."; arnews[3] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Barrichello to compete in Granja Viana 500 again
"; arnews[4] += "Williams F1 new boy Rubens Barrichello out to extend his record at Granja Viana 500 - although Felipe Massa and Lucas di Grassi promise to provide strong opposition in the Brazilian endurance kart race."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 17:35:36 GMT"; arnews[4] += "
"; arnews[5]="Danica Hype A Symbol Of Where It's At Today
"; arnews[5] += "The Frontstretch: Danica Hype A Symbol Of Where It's At Today by Kurt Smith -- Friday November 13, 2009 With Danica Patrick likely to race in the Nationwide Series with JR Motorsports next season, NASCAR can partially exhale knowing that they can declare their diversity efforts to finally be bearing some fruit."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 04:01:06 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("
");