var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR chief fine with Johnson's Chase dominance - Eagle-Tribune
";
arnews[0] += "HOMESTEAD, Fla. — NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR, and not used as an example of why the championship format might be flawed. Johnson heads into today's finale at Homestead-Miami ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="France: No tweaks despite record run - Concord Monitor
";
arnews[1] += "HOMESTEAD, Fla. - NASCAR chairman Brian France wants Jimmie Johnson to be commended for his four-year run atop NASCAR, and not used as an example of why the championship format might be flawed. Johnson heads into tomorrow's finale at Homestead-Miami ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[1] += "
";
arnews[2]="Johnson flies to Phoenix win, nears fourth NASCAR crown - USA Today
";
arnews[2] += "AVONDALE, Ariz. — Score four for Jimmie Johnson at Phoenix International Raceway , and a four score awaits at Homestead-Miami Speedway. With his fourth victory at the 1-mile oval and fourth win in the Chase for the Sprint Cup, a record fourth ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 03:36:00 GMT";
arnews[2] += "
";
arnews[3]="France Thinks Johnson’s Dominance Fine For Chase - WKRG
";
arnews[3] += "Homestead, Florida - NASCAR chairman Brian France doesn't think Jimmie Johnson's four-year reign signals a flaw in the Chase for the Sprint Cup championship format. France thinks the three-time defending champion should be commended for his ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:17:00 GMT";
arnews[3] += "
";
arnews[4]="Jimmie Johnson has Sprint Cup virtually won - Deseret News
";
arnews[4] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. Sheltered as he tries to stay away from the media distractions that would cloud his head, Jimmie Johnson can't avoid ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:04:00 GMT";
arnews[4] += "
";
arnews[5]="Little fanfare for Jimmie Johnson - Post-Star
";
arnews[5] += "HOMESTEAD, Fla. u Barring a blown engine or a multi-car melee that snares his seemingly charmed Chevrolet, Jimmie Johnson will win a fourth consecutive NASCAR championship Sunday - a feat never achieved by the legendary Richard Petty, the late Dale ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:16: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("