var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The anger over Eagles' Shawn Andrews
"; arnews[0] += "Shawn Andrews of the Philadelphia Eagles crouches into position during a game against the Miami Dolphins at Lincoln Financial Field on November 18, 2007 in Philadelphia."; arnews[0] += "
Publ.Date : Wed, 16 Sep 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="The anger over Eagles' Shawn Andrews
"; arnews[1] += "Shawn Andrews of the Philadelphia Eagles crouches into position during a game against the Miami Dolphins at Lincoln Financial Field on November 18, 2007 in Philadelphia."; arnews[1] += "
Publ.Date : Wed, 16 Sep 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="The anger over Eagles' Shawn Andrews
"; arnews[2] += "Shawn Andrews of the Philadelphia Eagles crouches into position during a game against the Miami Dolphins at Lincoln Financial Field on November 18, 2007 in Philadelphia."; arnews[2] += "
Publ.Date : Wed, 16 Sep 2009 20:03:10 GMT"; arnews[2] += "
"; arnews[3]="Alice in Chains - in private
"; arnews[3] += "Friends cheer Rick Demrest before a private concert with Alice in Chains featuring guitarist Jerry Cantrell."; arnews[3] += "
Publ.Date : Tue, 08 Sep 2009 08:28:09 GMT"; arnews[3] += "
"; arnews[4]="2009 NFL Preview: Tampa Bay Bucs
"; arnews[4] += "Bucs preview courtesy of Tampa Bay resident and occasional TBL NHL correspondent Lee Diekemper, proprietor of this fine blog."; arnews[4] += "
Publ.Date : Thu, 06 Aug 2009 19:26:48 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("
");