var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shaun Alexander rooting for Saints, excited to be Alabama alum after ... - Everything Alabama Blog
";
arnews[0] += "View full size (Press-Register/Mike Kittrell) Former NFL and Alabama running back Shaun Alexander speaks to students and supporters at Bryant High School about his faith and its effect on his life July 9, 2009, in Bayou La Batre, Ala. Alexander says ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:08:00 GMT";
arnews[0] += "
";
arnews[1]="The Current Philadelphia Eagles Running Back Roster - Bleacherreport.com
";
arnews[1] += "One of the worst things to watch as a fan is an iconic figure on the decline of his career. That's exactly what Eagles fans witnessed in 2009 with Brian Westbrook. The bright side is that his eventual replacement looks like he's going to be pretty ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:17:00 GMT";
arnews[1] += "
";
arnews[2]="It's time for the Redskins to cut Clinton Portis. - Hogs Haven
";
arnews[2] += "No one in Washington has been a bigger Clinton Portis fan than me. I own two Clinton Portis jerseys, one of which I spent a lot of money to buy signed. I have a Clinton Portis Fathead in my basement. I had enough blind faith in him to draft him in ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:03:00 GMT";
arnews[2] += "
";
arnews[3]="Chamber Of Horrors? - ESPN.com
";
arnews[3] += "@ Adam_Schefter More: Earl Campbell finished in New Orleans, Tony Dorsett in Denver, Shaun Alexander in Washington, Marcus Allen in KC. about an hour ago @ Adam_Schefter Emmitt Smith finished in Arizona, Franco Harris and Edgerrin James finished in ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 05:06:00 GMT";
arnews[3] += "
";
arnews[4]="Seattle Seahawks news and notes - Examiner
";
arnews[4] += "Sure their team got old rather quickly, Shaun Alexander left the team before the year started.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 21:50:00 GMT";
arnews[4] += "
";
arnews[5]="Walter Jones to Retire, He Tweets - FanHouse
";
arnews[5] += "He served on an offensive line that paved the way for Shaun Alexander's three Pro Bowl selections (including his 1,880 rushing yard, 27 rushing touchdown campaign in 2005) and a 2006 NFC Championship. Jones missed all of 2009 with an injury, as the ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 22:07: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("