var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NASCAR boss Brian France talks drug policy, sponsorship, Danica ... - Autoweek.com
";
arnews[0] += "NASCAR CEO Brian France, shown earlier in the year, voiced his opinion on a number of topics Friday at Homestead-Miami Speedway. On NASCAR's drug policy, which remains in the news each time suspended driver Jeremy Mayfield does something: “We ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:32:00 GMT";
arnews[0] += "
";
arnews[1]="Rick Hendrick: No deal in place with Danica Patrick, don't expect ... - Autoweek.com
";
arnews[1] += "Team owner Rick Hendrick told the Associated Press on Sunday that he has no deal in place to bring Danica Patrick to NASCAR, and he expressed uncertainty that she'll ever make a serious stock-car effort. “I think they're not even close to making a ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 18:17:00 GMT";
arnews[1] += "
";
arnews[2]="NASCAR chief fine with Johnson's Chase dominance - Eagle-Tribune
";
arnews[2] += "HOMESTEAD, Fla. — 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. Johnson heads into today's finale at Homestead-Miami ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="France: No tweaks despite record run - Concord Monitor
";
arnews[3] += "HOMESTEAD, Fla. - 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. Johnson heads into tomorrow's finale at Homestead-Miami ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[3] += "
";
arnews[4]="France: Johnson's dominance fine for Chase - The Sun News
";
arnews[4] += "HOMESTEAD, Fla. -- 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. Johnson heads into today's finale at Homestead-Miami ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[4] += "
";
arnews[5]="ON THE ROPES - Richmond Times-Dispatch
";
arnews[5] += "Fans and media continue to debate Patriots coach Bill Belichick's decision to go for it on fourth down, giving Peyton Manning short field position with two minutes to go in the Colts' 35-34 comeback win over New England last week. Some question why ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[5] += "
";
arnews[6]="U-M president Coleman sidesteps questions about audit of football ... - The Gaea Times
";
arnews[6] += "Danica Patrick wouldn't address her future with Andretti Green Racing or the IndyCar series, sidestepping questions Thursday about her expiring contract. Danica Patrick sidesteps questions about expiring contract, future with Andretti Green and IRL ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[6] += "
";
arnews[7]="A TCU fan's road to happiness is paved with . . . asphalt? - Los Angeles Times
";
arnews[7] += "In the course of an unconquerable endorsement of Texas Christian for the No. 1 ranking in college football -- its collective victims have won more games than any of the other unbeaten teams' collective victims -- Sally Jenkins of the Washington Post ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:47:00 GMT";
arnews[7] += "
";
arnews[8]="NASCAR boss would welcome Patrick - Autosport Online
";
arnews[8] += "NASCAR chairman Brian France says he would welcome Danica Patrick to his championships, amid continuing speculation linking the IndyCar star to a stock car debut in Hendrick Motorsports machinery next year. Although Patrick is expected to continue to ...";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 20:05:00 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("