var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Letter writers take on Patriots coach
";
arnews[0] += "I think the sports columnists got it all wrong about the Colts-Patriots. It wasn't a question of 'what was Bill Belichick thinking?' or of making a stupid decision.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="on the Ropes
";
arnews[1] += "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.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:33:51 GMT";
arnews[1] += "
";
arnews[2]="France: Johnson's dominance fine for Chase
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 22 Nov 2009 05:28:47 GMT";
arnews[2] += "
";
arnews[3]="NASCAR boss Brian France talks drug policy, sponsorship, Danica...
";
arnews[3] += "NASCAR CEO Brian France, shown earlier in the year, voiced his opinion on a number of topics Friday at Homestead-Miami Speedway.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:31:28 GMT";
arnews[3] += "
";
arnews[4]="a Tcu fan's road to happiness is paved with . . . asphalt?
";
arnews[4] += "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 offered full disclosure.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:05:00 GMT";
arnews[4] += "
";
arnews[5]="Busch clinches NASCAR Nationwide Series championship with start at Homestead-Miami
";
arnews[5] += "Kyle Busch has won the Nationwide Series championship. Busch only needed to start the race Saturday at Homestead-Miami Speedway to win his first NASCAR title.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:52:06 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("