var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR: Kevin Harvick clinches truck owner's title - Auto123
";
arnews[0] += "Kevin Harvick claimed his third NCWTS win of the season (second in-a-row) taking his Chevrolet Silverado to victory lane on Saturday night. He led four times for 108 of 136 laps to clinch the Owner’s Championship. Matt Crafton in another Silverado ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:12:00 GMT";
arnews[0] += "
";
arnews[1]="Perfect start for Johnson's NASCAR title run - Delaware Online
";
arnews[1] += "HOMESTEAD, Fla. -- Jimmie Johnson's run for his fourth straight Sprint Cup title will start 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 ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:34:00 GMT";
arnews[1] += "
";
arnews[2]="Kevin Harvick wins season-ending truck race at Homestead - Everything Alabama Blog
";
arnews[2] += "Series champion Ron Hornaday in the No. 33 and race winner Kevin Harvick in the No. 4 do dueling burnouts after Friday's race at Homestead. (NASCAR / Getty Images) Kevin Harvick dominated Friday night's season-ending NASCAR truck race at Homestead ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:32:00 GMT";
arnews[2] += "
";
arnews[3]="Kahne considers leaving RPM - Greensboro News & Record
";
arnews[3] += "HOMESTEAD, Fla. -- Kasey Kahne might be maxed out at RPM. Kahne is strongly considering bolting Richard Petty Motorsports after his contract expires next season because of the instability surrounding the organization and will start shopping around ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:54:00 GMT";
arnews[3] += "
";
arnews[4]="Busch wraps up title - Raleigh News & Observer
";
arnews[4] += "Kevin Harvick made a late pass to cap a dominating show to win the season-ending Ford 200 Camping World Trucks Series race at Homestead-Miami Speedway, and wife Delana clinched the owners' championship when Ron Hornaday Jr. - who had already wrapped ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:57:00 GMT";
arnews[4] += "
";
arnews[5]="Kevin Harvick wins Truck Series finale - News-Sentinel
";
arnews[5] += "HOMESTEAD, Fla. — Kevin and Delana Harvick were an extremely happy couple Friday night. Kevin Harvick made a late pass to cap a dominating show to win the season-ending Trucks Series race at Homestead-Miami Speedway, and wife Delana clinched the ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:44:00 GMT";
arnews[5] += "
";
arnews[6]="Kevin Harvick wins season-ending Truck Series race at Homestead-Miami - Autoweek.com
";
arnews[6] += "Kevin Harvick gambled that fresh tires would be better than track position down the stretch in Friday night’s Ford Camping World Truck Series 200 at Homestead-Miami Speedway. So he pitted under a late-race caution and gave the lead to Timothy ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:21:00 GMT";
arnews[6] += "
";
arnews[7]="Kevin Harvick Inc. Sweeps End Of Truck Season - HardcoreRaceFans.com
";
arnews[7] += "Last weekend at Phoenix International Raceway, Kevin Harvick took the checkered flag in the NASCAR Camping World Truck Series race and did a side-by-side burnout with his driver Ron Hornaday who earned the Series championship at the end of that race ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 14:07:00 GMT";
arnews[7] += "
";
totcount = 8;
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("