var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brees is New Orleans' MVP, too - Lafayette Journal and Courier
";
arnews[0] += "Brees was at a career crossroads when he signed with the Saints 197 days after Hurricane Katrina devastated New Orleans in 2005. He was coming off right shoulder surgery and the San Diego Chargers decided he wasn't worth the gamble. The Miami ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 13:52:00 GMT";
arnews[0] += "
";
arnews[1]="Your Questions Answered - Associated Press
";
arnews[1] += "He stands by the choice, and points to Marty Schottenheimer as a reason why ... He was fired by the San Diego Chargers after going a league-best 14-2 in the 2006 regular season. The Chargers lost their first playoff game to New England 24-21, and ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:41:00 GMT";
arnews[1] += "
";
arnews[2]="So long, San Diego: Tomlinson believes Chargers will release him - NFL
";
arnews[2] += "LaDainian Tomlinson told The San Diego Union-Tribune on Thursday what most people have speculated for months: He will not be a San Diego Charger next season. \"I’m not coming back,\" said Tomlinson, who added that he believes the Chargers will ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:29:00 GMT";
arnews[2] += "
";
arnews[3]="Brees a man of the people - Owen Sound Sun Times
";
arnews[3] += "season, Brees' fifth year with the San Diego Chargers and the last year of his contract, he dislocated his right shoulder, an injury one doctor told him he had only a 25% chance of recovering from. \"I honestly expected to play the rest of my career ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 12:54:00 GMT";
arnews[3] += "
";
arnews[4]="San Diego Chargers - Baltimore Sun
";
arnews[4] += "\"I think this next year, it's time for him to do the things that we know he's capable of doing,\" Bisciotti said in a 49-minute question-and-answer session with local media. Flacco's second NFL season featured some inconsistent moments, some of which ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:19:00 GMT";
arnews[4] += "
";
arnews[5]="San Diego Chargers Great Don Coryell Snubbed again - Bleacherreport.com
";
arnews[5] += "Once more, Don Coryell was up for enshrinement in Canton’s Pro Football Hall of Fame, and once more he came up short. After the obvious choices of emmitt smith and Jerry Rice entered, only three places remained for the plethora of potential hall ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 22:15: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("