var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="de la BASTIDE: Hendrick setting tone at Daytona
";
arnews[0] += "There should be little doubt the four Hendrick Motorsports drivers and the Stewart/Haas team will be in the spotlight for the running of the Daytona 500 on Sunday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:16:19 GMT";
arnews[0] += "
";
arnews[1]="Talking Nascar TV: Danica-mania Hurts Arca Telecast, Fox Shines
";
arnews[1] += "The Frontstretch: Talking NASCAR TV: Danica-mania Hurts ARCA Telecast, FOX Shines by Phil Allaway -- Tuesday February 9, 2010 Hello, race fans, and welcome to entry No.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:09:38 GMT";
arnews[1] += "
";
arnews[2]="George Parker: Go Daddy Go
";
arnews[2] += "Last week, in my column a oeManaging Expectationsa I wrote about the contrast between the ways Apple controlled the conversation prior to the launch of the iPad, versus the way that increasingly, the TV spots on the Super Bowl have been run to death before the event actually takes place.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:42:01 GMT";
arnews[2] += "
";
arnews[3]="on Nascar: Lucas Oil Slick Mist 200 Arca Race Breaks New Ground in Co-ed Sports
";
arnews[3] += "Feb. 8, 2010 ON NASCAR: Lucas Oil Slick Mist 200 ARCA Race Breaks New Ground in Co-ed Sports By Cathy Elliott The Lucas Oil Slick Mist 200 ARCA race at Daytona International Speedway may be commonly referred to as 'Dani-palooza,' but there is a larger issue at stake.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:15:38 GMT";
arnews[3] += "
";
arnews[4]="Danica-Mania Didn't Do ARCA Any Favors
";
arnews[4] += "In case you've been living under a rock 5000 miles away with cotton swabs stuffed in your ears, Danica Patrick finished sixth in her stock car debut.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 02:35:53 GMT";
arnews[4] += "
";
arnews[5]="Danica Patrick Proves Herself in ARCA Slick Mist 200
";
arnews[5] += "Danica Patrick brought the #7 GoDaddy Hendricks racing Chevy home in sixth in her debut stack car race, the ARCA Racing Series Lucas Oil Slick Mist 200 at Daytona International Speedway.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 11:20:03 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("