var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chargers: Norv Turner Has Been a Better Than Average Coach in San Diego
";
arnews[0] += "After the Chargers totally blew that game against the Baltimore Ravens this season, I wrote the following: Every year, I write articles about how big a moron Norv Turner is, and then have to retract my statements at the end of the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:54:15 GMT";
arnews[0] += "
";
arnews[1]="NFL Beat: Interim coaches seldom succeed
";
arnews[1] += "As one of the original AFL owners, Ralph Wilson has been around pro football for 50 years.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:06:57 GMT";
arnews[1] += "
";
arnews[2]="Previewing Week 11 in the NFL
";
arnews[2] += "Running back Michael Turner leads Atlanta into New York to face the Giants today.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:07:31 GMT";
arnews[2] += "
";
arnews[3]="Broncos seek to alter familiar script vs. Chargers
";
arnews[3] += "Stop us if you've heard this one before. The Denver Broncos burst from the gates with a series of victories and appear ready to wake up the echoes of their halcyon days of John Elway and Terrell Davis as kings of the AFC West.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:19:05 GMT";
arnews[3] += "
";
arnews[4]="Matchup
";
arnews[4] += "One of these struggling teams -- both are 5-4 after torrid starts -- is going to get off the mat and snap out of its losing ways.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:35:08 GMT";
arnews[4] += "
";
arnews[5]="Searching for Elvis: Stopping Dumervil critical for Chargers
";
arnews[5] += "San Diego at Denver Three key questions going into today's critical AFC West showdown: 1. How will the Chargers protect QB Philip Rivers? The Broncos have lost three consecutive games, but one area that hasn't slumped is the pass rush.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:34:27 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("