var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="25 Hottest Women in Motorsports
"; arnews[0] += "No, women are not just for decoration, especially in motorsports. The fairer sex has found its way into the driver's seat, the pit box and just about every job in the motorsports arena."; arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 02:13:59 GMT"; arnews[0] += "
"; arnews[1]="Driver Profile Jeff Gordon
"; arnews[1] += "Name: Jeff Gordon Birthdate: August 4, 1971 Location: Pittsburgh, IN Married to Ingrid Vandebosch with one daughter, Ella Sofia Sponsor: Du Pont Jeff Gordon is a four-time NASCAR cup champion, that's impressive."; arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 14:58:41 GMT"; arnews[1] += "
"; arnews[2]="Celebrity Roundup 10.08.09
"; arnews[2] += "OCTOBER 08: The Black Eyed Peas attend Australia's \"Nomad Two Worlds\" art preview event, a collective project encompassing art, music and cultural education as launched recently in New York, at the National Gallery of Victoria on October 8, 2009 in Melbourne Store ..."; arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 13:37:09 GMT"; arnews[2] += "
"; arnews[3]="Jeff Gordon on the NASCAR Chase
"; arnews[3] += "Four-time NASCAR Sprint Cup series champion, Jeff Gordon spoke to the media Tuesday from Hendrick Motorsports in Charlotte in advance of Sunday's NASCAR Sprint Cup Series event at Kansas Speedway."; arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 00:51:25 GMT"; arnews[3] += "
"; arnews[4]="Jeff Gordon Accomplishes Dover Goal With Top Ten Finish
"; arnews[4] += "Jeff Gordon, four-time Champion and Chase contender, achieved his goal of a top ten finish at the Monster Mile in the second race for the championship.A Gordon finished in the sixth position in his No."; arnews[4] += "
Publ.Date : Mon, 28 Sep 2009 02:05:59 GMT"; arnews[4] += "
"; arnews[5]="Still searching for fifth title, Gordon's view changes
"; arnews[5] += "Seventeen years ago, rookie driver Jeff Gordon might not have been able to conceive of winning four NASCAR Cup titles."; arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 17:41:11 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("
");