var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Team owner Rick Hendrick wants to keep Jeff Gordon - Daily Oklahoman
";
arnews[0] += "HOMESTEAD, Fla. — Jeff Gordon still has Cup title No. 5 in sight. And his boss expects Gordon to stick around a few more years to try and win at least one more. Hendrick has long said Gordon has a \"lifetime” contract with Hendrick Motorsports ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[0] += "
";
arnews[1]="Homestead: Jeff Gordon - Friday media visit - Motorsport.com
";
arnews[1] += "JEFF GORDON, NO. 24 DUPONT IMPALA SS met with media and discussed the strengths of Rick Hendrick, Jimmie Johnson's success, the Chase format, and more. Q. What is your outlook for the weekend? JEFF GORDON: Outlook is good. We're excited about trying ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:59:00 GMT";
arnews[1] += "
";
arnews[2]="NASCAR Ford 400 Fact Sheet - Victorville Daily Press
";
arnews[2] += "Even though Ford Championship Weekend is a bit of a misnomer, this is still the: Ford 400. NASCAR’s capital of pastel shades of green, yellow and blue: Homestead-Miami Speedway, Homestead, Fla. Not exactly comforting to the also-rans: Jimmie ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:30:00 GMT";
arnews[2] += "
";
arnews[3]="Jeff Gordon - FOXSports.com
";
arnews[3] += "Impact: It was a hard fought finish for veteran driver Gordon, but the effort paid off with his 24th Top-10 finish of the season. Despite the good day at PIR, Gordon is eliminated from championship contention since his teammate Jimmie Johnson won the ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Jimmie Johnson's title tree has roots in Missouri - Everett Herald
";
arnews[4] += "... Motorsports a little more than 10 years ago, there's little likelihood that Johnson would be on the precipice of joining the pantheon of Richard Petty, Dale Earnhardt and Jeff Gordon as one of the greatest drivers in NASCAR history. And he knows ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:34:00 GMT";
arnews[4] += "
";
arnews[5]="Homestead: Kurt Busch qualifying report - Motorsport.com
";
arnews[5] += "Busch Qualifies 12th at Homestead in Miller Lite Dodge HOMESTEAD, Fla. (Nov. 20, 2009) - Kurt Busch will start his Miller Lite Dodge Charger in the 12th spot for Sunday's Ford 400 NASCAR Sprint Cup Series season finale at Homestead-Miami Speedway ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:52: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("