var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Right, Wrong? Belichick's decision to go for it remains controversial
";
arnews[0] += "\"You play to win the game.\" That phrase has echoed throughout the NFL for years, ever since Herm Edwards uttered it while coaching the New York Jets.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Gradkowski has backing of team, Raider Nation
";
arnews[1] += "The week after Bruce Gradkowski made his Raiders debut, in that 38-0 embarrassment courtesy of the New York Jets, the journeyman was forced to rub shoulders with the unwashed masses.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Raiders scouting report
";
arnews[2] += "* Radio: KTKZ , KAHI ; Greg Papa , Tom Flores ; Spanish, KZSF 1370. * Why listen? Bruce Gradkowski replaces the besieged JaMarcus Russell under center for the Raiders.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="A look at the Steelers' first Super Bowl
";
arnews[3] += "A weekly glance at the 1974 season, the first time the Steelers went on to lift the Lombardi Trophy: Breaking up is hard to do The Justice Department launched its largest anti-trust action ever and sued for the breakup of AT&T. The lawsuit was based on complaints by MCI and other long-distance telecommunication providers.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:53:11 GMT";
arnews[3] += "
";
arnews[4]="Stumped on Buckeyes
";
arnews[4] += "Published Nov. 21, 2009 at 12:16 a.m. Category: Dining Tags: buckeyes , candy , treats , dessert As my love for Milwaukee grows, I've found myself falling further and further from my Ohio roots.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:28:37 GMT";
arnews[4] += "
";
arnews[5]="Fentress: Week 11 NFL picks
";
arnews[5] += "Philadelphia Eagles wide receiver DeSean Jackson breaks free momentarily with a short pass as San Diego Chargers' Steve Gregory and Larry English move in for the tackle during the first quarter of a NFL football game Sunday Nov.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:28:23 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("