var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patrick signs on for Nationwide race
";
arnews[0] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:50:00 GMT";
arnews[0] += "
";
arnews[1]="Danica defying odds with stock car debut
";
arnews[1] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:49:00 GMT";
arnews[1] += "
";
arnews[2]="Patrick signs on for Nationwide race
";
arnews[2] += "Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Danica makes the grade
";
arnews[3] += "Driver Danica Patrick leads a pack of cars through turn 2 during the Lucas Oil Slick Mist 200 ARCA series race Saturday in Daytona, Fla.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:47:43 GMT";
arnews[3] += "
";
arnews[4]="Danica Patrick Comes To NASCAR
";
arnews[4] += "When discussions began earlier this year that Indy Racing League driver Danica Patrick was coming to NASCAR, I was ready to write her off due to her image.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:12:49 GMT";
arnews[4] += "
";
arnews[5]="Patrick Staying To Race Big Boys
";
arnews[5] += "Published: Monday, February 8, 2010 at 11:58 p.m. Last Modified: Monday, February 8, 2010 at 11:58 p.m. DAYTONA BEACH Here's something to consider: Maybe Danica Patrick is a pretty good race car driver.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 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("