var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Prospect of an Uncapped 2010 Now Looms
"; arnews[0] += "Since the owners opted out of the Collective Bargaining Agreement last May, no progress has been made in talks with the players' union."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Giant progress: Eli's all grown up
"; arnews[1] += "Early in Eli Manning's first full season as a starter, the New York Giants travelled to San Diego for a road game just over a year after Manning had told the Chargers he wouldn't sign there if they made him the first pick of the NFL draft."; arnews[1] += "
Publ.Date : Thu, 31 Jan 2008 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="2010 NFL Offseason: Defensive Free Agents
"; arnews[2] += "The defensive free agents are the strong point of this offseason. There are a lot of big names hitting the market this offseason, and rumors about those big names not re-signing with their clubs are getting bigger every day."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 21:34:58 GMT"; arnews[2] += "
"; arnews[3]="Lockout looms for NFL in 2011
"; arnews[3] += "Ft. Lauderdale, Fla. -- If you're a fan of the NFL, read no further. But if you're a realist, you'll understand: Money can't buy happiness, and even $8 billion in annual revenue might not be enough to save NFL owners and players from the doomsday scenario of a lockout in 2011."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 16:59:02 GMT"; arnews[3] += "
"; arnews[4]="3 Reasons The Chargers Wont Trade Their Players
"; arnews[4] += "This 2010 offseason is likely to be one of the most eventful in recent San Diego Charger history."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");