var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Time to crank up our fourth fantasy season - Post-Tribune
";
arnews[0] += "Guess what's back, back again. NASCAR's back, tell a friend. Sorry, I went into Eminem mode there, which is probably the wrong melody to relate to the Post-Tribune's fourth annual Fantasy NASCAR contest, but you get the point. To answer the e-mails ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:01:00 GMT";
arnews[0] += "
";
arnews[1]="Consistency remains key to making title Chase - Roanoke Times
";
arnews[1] += "Juan Pablo Montoya made the Chase for the first time last season by finishing 14th or better during the regular-season races. The path to a NASCAR Sprint Cup championship begins by finishing 14th. That's the philosophy crew chief Brian Pattie ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[1] += "
";
arnews[2]="Juan Pablo Montoya and a Few Friends Must Man-Up On Hendrick - Bleacherreport.com
";
arnews[2] += "Juan Pablo Montoya, Denny Hamlin, Kyle Busch, Kevin Harvick and Clint Bowyer can all challenge the big boys this 2010 season. I don’t know many fans who really want the Hendrick golden boy to win his fifth, I know it sounds like sour grapes, but ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 01:36:00 GMT";
arnews[2] += "
";
arnews[3]="Stewart says drivers must prove they can police themselves - Kingsport Times-News
";
arnews[3] += "Jeff Burton has been dubbed the unofficial mayor of the Sprint Cup garage. I guess that makes Tony Stewart the sheriff. While Stewart wants no part of being a spokesman for the drivers, a role that Burton has embraced in recent years, Smoke has had ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[3] += "
";
arnews[4]="Harvick repeats as Budweiser Shootout winner - Minneapolis Star Tribune
";
arnews[4] += "DAYTONA BEACH, Fla. - Kevin Harvick started Speedweeks in bed, started the Budweiser Shootout in a backup car and started the final few laps out of the lead. After all that, he ended up in Victory Lane. Again. Harvick won the exhibition race for the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:28:00 GMT";
arnews[4] += "
";
arnews[5]="Return to form for Earnhardt Jr. could rev NASCAR's fortunes - USA Today
";
arnews[5] += "DAYTONA BEACH, Fla. — The most popular driver seven years running in the Sprint Cup Series hasn't won a race or pole position in nearly two years. Last season, he was 25th in points with two top-five finishes and three top-10s, all career worsts ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:06: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("