var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnson's future rival isn't even in the Chase ... this year
";
arnews[0] += "HOMESTEAD, Fla. A lot has changed for Kyle Busch, and a lot is the same. He still wins a lot, though not as much this year in the Sprint Cup Series.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:58:59 GMT";
arnews[0] += "
";
arnews[1]="Kurt Busch: Going out with a bang
";
arnews[1] += "Man, it's hard to believe that another season is coming to an end this weekend in South Florida.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:38:10 GMT";
arnews[1] += "
";
arnews[2]="Jimmie Johnson's title tree has roots in Missouri
";
arnews[2] += "KANSAS CITY, Mo. - Days from making NASCAR history, Jimmie Johnson hasn't forgotten Herzog Motorsports.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:34:05 GMT";
arnews[2] += "
";
arnews[3]="For Jimmie Johnson, blame Jeff Gordon
";
arnews[3] += "Blame it on Jeff Gordon . If only he had averted his eyes from the kid in the red and white car running the perfect line around Darlington Raceway at that test session so many years ago.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:24:36 GMT";
arnews[3] += "
";
arnews[4]="Johnson goes for 4th Cup championship from pole at Homestead-Miami Speedway
";
arnews[4] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson turned a lap of 173.919 mph on Friday to top qualifying at Homestead-Miami Speedway, a big boost for the Hendrick Motorsports star as he tries to become the first driver in NASCAR history to win four consecutive championships.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:53:45 GMT";
arnews[4] += "
";
arnews[5]="Ford 400 TV and Start Time
";
arnews[5] += "Ford 400 at Homestead-Miami Speedway Chase race: No. 10 Date: Sun., Nov. 22, 2009 TV: 2:30 PM ET on ABC Race time: 3:30 PM ET Favorite: Jimmie Johnson The week in review: Comment of the week From NASCARista, commenting on For sale: One ruined career : \"Whether you view Mayfield's auction as a consequence of drug abuse or one man's refusal to bow to ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:39:20 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("