var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnson can't ask for better position to start
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 11:49:56 GMT";
arnews[0] += "
";
arnews[1]="Johnson will start run for title on the pole
";
arnews[1] += "Jimmie Johnson's run for his fourth straight Cup title starts from the pole. Johnson had a lap of 173.919 mph 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 06:01:05 GMT";
arnews[1] += "
";
arnews[2]="Auto | Enumclaw's Kasey Kahne intends to shop around for a new team
";
arnews[2] += "Kasey Kahne of Enumclaw might be maxed out at RPM. Kahne said he is strongly considering leaving Richard Petty Motorsports after his contract expires next season because of the instability surrounding the organization and will start shopping around for a new team in January.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:22:52 GMT";
arnews[2] += "
";
arnews[3]="Johnson's success won't alter ChaseNASCAR chairman Brian France wants ...
";
arnews[3] += "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.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:58:37 GMT";
arnews[3] += "
";
arnews[4]="Jimmie Johnson wins pole for finale
";
arnews[4] += "Jimmie Johnson will go for his fourth consecutive Cup title from the pole in Homestead, Fla.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:25:42 GMT";
arnews[4] += "
";
arnews[5]="Surprise! - Johnson takes pole at Homestead; Ford 400 starting grid
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:31 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("