var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tomlinson Said To Be Leaving Chargers - OfficialWire
";
arnews[0] += "Longtime Chargers' running back Ladainian Tomlinson told The San Diego Union-Tribune Thursday he knows he has played his last game ... Tomlinson, 30, who is due a $2 million roster bonus on March 5, has rushed for 12,490 yards on 2,880 carries with ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:28:00 GMT";
arnews[0] += "
";
arnews[1]="SportsNation Blog Archives LaDainian Tomlinson - ESPN.com
";
arnews[1] += "Greatest quarterback of all time? Peyton Manning gets a chance to strengthen his case in that debate on the field in Super Bowl XLIV. Greatest wide receiver of all time? Jerry Rice doesn't get much argument and will assuredly hear his name called ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:32:00 GMT";
arnews[1] += "
";
arnews[2]="LaDainian Tomlinson foresees split with Chargers - Los Angeles Times
";
arnews[2] += "LaDainian Tomlinson says he believes he has played his last game as a San Diego Charger. The running back told the San Diego Union-Tribune on Thursday that he has thought for a while he would be let go by the Chargers. His comments come after more ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 02:22:00 GMT";
arnews[2] += "
";
arnews[3]="LaDainian Tomlinson's Charger career is over - Los Angeles Times Blogs
";
arnews[3] += "LaDainian Tomlinson has told the San Diego Union-Tribune that he has played his last game as a Charger. “I’m not coming back,” Tomlinson told The San Diego Union-Tribune on Thursday . “I don’t believe I’ll be back in San Diego. I’ve ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 02:14:00 GMT";
arnews[3] += "
";
arnews[4]="LaDainian Tomlinson: My time is up in San Diego - Detroit Free Press
";
arnews[4] += "LaDainian Tomlinson says he believes he has played his last game as a San Diego Charger. The running back told the San Diego Union-Tribune on Thursday that he has thought for a while he would be let go. The NFL's MVP in 2006 has two years left on his ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:05:00 GMT";
arnews[4] += "
";
arnews[5]="NFL: LaDainian Tomlinson believes he will be cut - San Jose Mercury News
";
arnews[5] += "LaDainian Tomlinson says he believes he has played his last game as a San Diego Charger. The running back told The San Diego Union-Tribune on Thursday that he has thought for a while he would be let go by the Chargers. His comments come after more ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:55: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("