var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marco Andretti has high hopes for 2010 season
";
arnews[0] += "IRL driver Marco Andretti says it's easy to get down on the season his team had, but that it needs to find the good and \"learn from where we've been.\" Andretti didn't win any races this season, but out of 17 starts had 11 top-10 finishes.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:54:24 GMT";
arnews[0] += "
";
arnews[1]="11/16 :: It's in the notebook
";
arnews[1] += "IZOD IndyCar Series driver Justin Wilson will join Jim and Monica Sexton of Z-Line Designs furniture and NASCAR driver Kyle Busch at an event in Miami on Nov.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Castroneves breaks Boat's IndyCar pole record at Detroit
";
arnews[2] += "Helio Castroneves on Saturday broke Billy Boat's IndyCar Series pole record as he won his seventh of the season for Sunday's Detroit Indy Grand Prix at Belle Isle.";
arnews[2] += "
Publ.Date : Sat, 01 Sep 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Checkered collection speeds race memories
";
arnews[3] += "Below: Model helmets of, from left, Michael, Mario, and Marco Andretti. Bottom: This 1/43rd-scale Beatrice racing car is a replica of the one Mario Andretti drove in 1985.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 06:17:15 GMT";
arnews[3] += "
";
arnews[4]="IRL - IZOD Signs as Title Sponsor
";
arnews[4] += "Author Topic: IRL - IZOD Signs as Title Sponsor IZOD NAMED TITLE SPONSOR OF INDYCAR SERIES IZOD Brings IndyCar Series a Strong Brand, Bright Future, And Vision For Growth NEW YORK, NY and INDIANAPOLIS, IN - Phillips-Van Heusen Corporation announced today a multi-year agreement in principle with the Indy Racing League , the sanctioning body for the ...";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 05:57:55 GMT";
arnews[4] += "
";
arnews[5]="IZOD Named Titls Sponsor Of Indycar Series
";
arnews[5] += "Phillips-Van Heusen Corporation announced today a multi-year agreement in principle with the Indy Racing League , the sanctioning body for the IndyCar Series, for its IZOD brand to become the title sponsor of the newly renamed IZOD IndyCar Series.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 22:20:04 GMT";
arnews[5] += "
";
arnews[6]="Ryan Hunter-Reay Heir Apparent To Fourth Andretti Car
";
arnews[6] += "Over the past few years, apparel company Izod has taken a strong interest in the IndyCar Series, elevating itself from a partnership with driver Ryan Hunter-Reay, to official apparel partner of the Indy Racing League, to the IndyCar Series' title sponsor, beginning next year.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 21:14:04 GMT";
arnews[6] += "
";
arnews[7]="11/05 :: Series timeline
";
arnews[7] += "Timeline of the IZOD IndyCar Series since North American open-wheel racing unification under Indy Racing League sanctioning: Feb.";
arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("