var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Johnson in great position to clinch
"; arnews[0] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson turned a lap of 173.919 mph Friday to top qualifying at Homestead-Miami Speedway, a big boost for the Hendrick Motorsports star as he tries to become the first driver in NASCAR history to win four consecutive championships."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:05:17 GMT"; arnews[0] += "
"; arnews[1]="Late run a boost for Whincup
"; arnews[1] += "Jamie Whincup was the quickest driver at Barbagallo yesterday. Photo: Supplied Martin Boulton, Perth V8 SUPERCAR driver Jamie Whincup waited until the closing stage of yesterday's final practice session before producing the quickest time around Perth's Barbagallo Raceway."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:29:44 GMT"; arnews[1] += "
"; arnews[2]="Next Indy car may be lurking in a Pennsylvania tunnel
"; arnews[2] += "The next generation of Indy cars could come from an abandoned tunnel off the Pennsylvania Turnpike east of Pittsburgh."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Power confirms 2010 ride
"; arnews[3] += "Will Power, still recovering from injury, has been confirmed to drive the #12 Verizon/Penske entry in all 2010 IndyCar Series rounds."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:24:28 GMT"; arnews[3] += "
"; arnews[4]="Penske gives Power full-time ride
"; arnews[4] += "Will Power won't be waiting around for a ride next year. Penske Racing has hired the 28-year-old Australian to drive full time next year after giving the Indy Racing League driver a part-time gig last season."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:01:08 GMT"; arnews[4] += "
"; arnews[5]="Williams taking deal in shooting
"; arnews[5] += "Retired NBA star Jayson Williams has cut a plea deal that would send him to prison for up to three years for accidentally shooting a driver at his New Jersey estate in 2002."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:33:20 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("
");