var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="F1B favorite Fisher on Danica, road courses and struggles
";
arnews[0] += "Formula1Blog Indycar favorite Sarah Fisher has a nice sitdown with Car & Driver , which the magazine got online on Wednesday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:40:11 GMT";
arnews[0] += "
";
arnews[1]="11/12 :: Additional leverage
";
arnews[1] += "Hello, you either have JavaScript turned off or an old version of Macromedia's Flash Player.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="11/11 :: Duno to greet fans Nov. 14 at Miami event
";
arnews[2] += "IZOD IndyCar Series driver Milka Duno will autograph copies of her bilingual children's book \"Go, Milka Go!\" and greet fans from noon to 3 p.m. Nov.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="11/11 :: Honoring veterans
";
arnews[3] += "Courtesy of Panther Racing Just over two years ago, the landscape of Panther Racing experienced a dynamic change.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Indy world revolves around Danica
";
arnews[4] += "Unification is the buzz du jour, but before that there was Danica. After the merger of the Champ Car World Series and the Indy Racing League has been given its due, there will still be Danica.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 02:49:39 GMT";
arnews[4] += "
";
arnews[5]="Danica Needs NASCAR - But Is It a Two-Way Street?
";
arnews[5] += "The Frontstretch: Danica Needs NASCAR - But Is It a Two-Way Street? by Amy Henderson -- Friday November 6, 2009 With it looking all but carved in stone that Danica Patrick will be joining the NASCAR ranks, there are many things NASCAR is happy about.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 06:30:54 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("