var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR notes: McMurray pleased to reunite with Ganassi - Everett Herald
";
arnews[0] += "HOMESTEAD, Fla. — Jamie McMurray feels right at home at Earnhardt Ganassi Racing. He should. He's been there before. McMurray's ride for Roush Fenway Racing on Sunday will be his last after four years with the team. He signed this week with EGR ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Kyle Busch starts, ends with win - Nashville Tennessean
";
arnews[1] += "HOMESTEAD, Fla. — Kyle Busch made it a double dose of celebration, winning the Nationwide Series championship before completing a lap and capping his night at Homestead-Miami Speedway with his ninth trip to Victory Lane. Busch held off a hard ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:08:00 GMT";
arnews[1] += "
";
arnews[2]="Juan Pablo Montoya - FOXSports.com
";
arnews[2] += "News: Team Target came into the weekend at Phoenix sixth in the championship points and looking to gain some ground on the Top 5. Montoya would run in the Top 10 the entire race and eventually cross the finish line in the eighth position ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Notes: McMurray pleased to reunite with Ganassi Racing - CBS Sports
";
arnews[3] += "He should. He's been there before. McMurray's ride for Roush Fenway Racing on Sunday will be his last after four years with the team. He signed this week with EGR, where he was reunited with Chip Ganassi, the owner who gave the driver his first Cup ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:50:00 GMT";
arnews[3] += "
";
arnews[4]="Practice Recap: Ford 400 - Roto Times
";
arnews[4] += "If Mark Martin is going to have any chance at catching Jimmie Johnson, he basically has to win the Ford 400. He appears he just might have a slim chance, after he paced the opening session Saturday for Sunday's season finale. However, Carl Edwards ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:24:00 GMT";
arnews[4] += "
";
arnews[5]="Running second doesn't define Martin's NASCAR career - HometownAnnapolis.com
";
arnews[5] += "HOMESTEAD, Fla. - Mark Martin chases a championship he doesn't need. He refuses to define himself based on titles won even if many others do. Championships, though, once consumed him, ate at him and caused sleepless nights. No matter how hard he ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:42: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("