var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blount: Edwards' lost season
";
arnews[0] += "Want to know a surprising secret? Carl Edwards believes he's a better driver today than he was a year ago.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:16:58 GMT";
arnews[0] += "
";
arnews[1]="Johnson takes pole at Homestead
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 05:51:23 GMT";
arnews[1] += "
";
arnews[2]="Jimmie Johnson takes pole at HomesteadJimmie Johnson will start from...
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 04:19:06 GMT";
arnews[2] += "
";
arnews[3]="Pistone
";
arnews[3] += "Rick Hendrick must feel like the father who has two sons on opposing sides of the football field.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:51:48 GMT";
arnews[3] += "
";
arnews[4]="FORD 400 ODDS
";
arnews[4] += "You know the drill. Entertainment purposes only. I like long walks on the beach.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:07:30 GMT";
arnews[4] += "
";
arnews[5]="Jimmie Johnson chases NASCAR greats
";
arnews[5] += "Jimmie Johnson will never match the feats of Junior Johnson off the track. Few racers could, or should even try.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:03:35 GMT";
arnews[5] += "
";
arnews[6]="Spinning my wheels: Johnson goes for four
";
arnews[6] += "Mike is a contributor for the FOXSports.com fantasy group. Read his blog for more analysis.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:52:24 GMT";
arnews[6] += "
";
arnews[7]="7 reasons to watch the Ford 400 at Homestead-Miami Speedway: No. 5 - Fords
";
arnews[7] += "With the championship all but decided, do you need a reason to watch Sunday's Ford 400 at Homestead-Miami Speedway ? How about the likelihood that a Ford will win a race a rather odd happening this season.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:34:55 GMT";
arnews[7] += "
";
arnews[8]="Creature Vs. Creature Writers Pool: Picks for the Ford 400 at Homestead
";
arnews[8] += "The final race of the 2009 Sprint Cup Series season has arrived. Jimmie Johnson needs to finish 25th or better on Sunday to wrap up his fourth straight championship.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 14:31:57 GMT";
arnews[8] += "
";
totcount = 9;
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("