var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Franchitti on pole at Homestead, earns much needed bonus point - WXYZ
";
arnews[0] += "Danica Patrick qualified seventh, followed by Marco Andretti, Raphael Matos and Mario Moraes. Helio Castroneves will start 11th in a backup car after wrecking his primary in practice earlier in the day. Castroneves complained of soreness in his knees ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Series news and ... - Motorsport.com
";
arnews[1] += "Today's IZOD IndyCar Series and Firestone Indy Lights headlines 1. In Her Own Words - Danica Patrick 2. In His Own Words - Graham Rahal 3. In His Own Words - Marco Andretti 4. In His Own Words - E.J. Viso 5. Stewart honored ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:59:00 GMT";
arnews[1] += "
";
totcount = 2;
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("