var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patrick will make Nationwide debut Saturday at Daytona - News-Herald.com
";
arnews[0] += "DAYTONA BEACH, Fla. — Here's something to consider: Maybe Danica Patrick is a pretty good race car driver. She certainly has her detractors, the ones who have dismissed her as nothing more than a well-marketed, attractive woman who has tallied all ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Danica to race Saturday - Post-Tribune
";
arnews[1] += "DAYTONA BEACH, Fla. -- Here's something to consider: Maybe Danica Patrick is a pretty good race car driver. She certainly has her detractors, the ones who have dismissed her as nothing more than a well-marketed, attractive female who has tallied all ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[1] += "
";
arnews[2]="Patrick signs on for Nationwide race - Daily Herald
";
arnews[2] += "DAYTONA BEACH, Fla. -- Here's something to consider: Maybe Danica Patrick is a pretty good race car driver. She certainly has her detractors, the ones who have dismissed her as nothing more than a well-marketed, attractive female who has tallied all ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[2] += "
";
arnews[3]="Danica at Daytona - Beloit Daily News
";
arnews[3] += "DAYTONA BEACH, Fla. (AP) — Here’s something to consider: Maybe Danica Patrick is a pretty good race car driver. She certainly has her detractors, the ones who have dismissed her as nothing more than a well-marketed, attractive female who has ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT";
arnews[3] += "
";
arnews[4]="Patrick reverses course and signs on for NASCAR Nationwide debut at ... - FOXSports.com
";
arnews[4] += "DAYTONA BEACH, Fla. - Here's something to consider: Maybe Danica Patrick is a pretty good race car driver. She certainly has her detractors, the ones who have dismissed her as nothing more than a well-marketed, attractive female who has tallied all ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:25:00 GMT";
arnews[4] += "
";
arnews[5]="Danica makes the grade - Dubuque Telegraph Herald
";
arnews[5] += "Driver Danica Patrick (7) leads a pack of cars through turn 2 during the Lucas Oil Slick Mist 200 ARCA series race Saturday in Daytona, Fla. Patrick finished sixth to claim a spot in this week's Nationwide race. DAYTONA BEACH, Fla. -- Here's ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:53: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("