var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Shaun Alexander - Chicago Tribune
"; arnews[0] += "The new place is called Proof, set in a swanky Ocean Drive hotel, and the Tuesday night scene was one specific to South Beach: short-skirted waitresses strutting off for wee kiwi sangria so that the patrons can wash down their \"lick it like a ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 21:20:00 GMT"; arnews[0] += "
"; arnews[1]="Earning the early degree - Tuscaloosa News
"; arnews[1] += "The words came through the amplifier — “Chris ... Airreun ... Rogers” — and the Crimson Tide cornerback walked across the platform in Coleman Coliseum, no different than several thousand others who claimed validation for years of hard work ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT"; arnews[1] += "
"; arnews[2]="Facing Chiefs would be "best Christmas gift" for L.J. - NBC Sports
"; arnews[2] += "Larry Johnson's introductory press conference went off without a hitch. L.J. said all the right things about embracing any role. Coach Marvin Lewis called him a \"very smart\" player with \"great abilities and tools.\" It's unclear if Johnson will suit ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:21:00 GMT"; arnews[2] += "
"; arnews[3]="Steve Hutchinson: The Truth - MyNorthwest.com
"; arnews[3] += "Remember in the '05 Redskin game when Shaun Alexander didn't pick up that first down? That play ended a game winning drive and lead to a loss in overtime. Yeah…that play was run over the left guard. Sure we all knew he was good but were we ready to ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:49:00 GMT"; arnews[3] += "
"; arnews[4]="Celebrating some Iron Bowl anniversaries - Sand Mountain Reporter
"; arnews[4] += "Shaun Alexander scored three touchdowns in the fourth quarter that Saturday night on the Plains. Shaun always had a knack for finding the end zone. He never asked how many yards he gained. Instead, he asked how many touchdowns he scored."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT"; arnews[4] += "
"; arnews[5]="McCluster: There's more to come - ESPN.com
"; arnews[5] += "Check out some of the names ahead of him -- Herschel Walker, Bo Jackson, Emmitt Smith, Darren McFadden and Shaun Alexander. In most cases, those guys outweighed McCluster by 40 or 50 pounds. \"That's very important to me, to prove to people that my ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:59: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("
");document.write("
");