var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SXSW 2010: Austinist's List Of Day Shows, Afterparties, and More ...
";
arnews[0] += "Emmitt Smith RB, and Jerry Rice WR, were, as they should have been, elected to the NFL HOF on their first try. Even though they finished elsewhere, Smith will always be synonymous with the Cowboys and Rice with the 49ers. They will [. ...";
arnews[0] += "
";
arnews[1]="NFL Scoreboard.info » Blog Archive » Rice, E. Smith at head of ...
";
arnews[1] += "I've always contended that the people who deserve to make the Hall do make it, and they did, again — Emmitt Smith, Jerry Rice, John Randle, Rickey Jackson, Russ Grimm, Dick LeBeau and Floyd Little. Read more on Miami Herald ...";
arnews[1] += "
";
arnews[2]="NFL & College Football: Jerry Rice 2010 NFL Hall Of Fame!
";
arnews[2] += "NFL & College Football. Get All Of Your NFL and College Football Information Here In One Place! Tuesday, February 9, 2010. Jerry Rice 2010 NFL Hall Of Fame! Labels: Jerry Rice 2010 NFL Hall Of Fame. posted by Mr. Blogger at 9:53 PM ...";
arnews[2] += "
";
arnews[3]="SkinsTalk: Washington Redskins Football Blog: Grimm Is Canton Bound
";
arnews[3] += "Jerry Rice did. Emmitt Smith was an obvious lock, seeing as he is the NFL's all-time leading rusher. Shannon Sharpe was expected to make as arguably the greatest receiving TE in NFL history. Ray Guy was a popular sleeper. ...";
arnews[3] += "
";
arnews[4]="NFL Scoreboard.info » Blog Archive » Jerry Rice , Emmit Smith ...
";
arnews[4] += "Jerry Rice, Emmit Smith headline large induction class.";
arnews[4] += "
";
arnews[5]="2011 Pro Football Hall of Fame Inductees - Class of 2011, Canton ...
";
arnews[5] += "Or do the voters make this collection of players, which is good but not quite as star-studded as this year's Emmitt Smith/Jerry Rice class, wait while clearing some of the logjam that has collected in recent years? ...";
arnews[5] += "
";
arnews[6]="Jim Donaldson: Jerry Rice a Patriot? It could have happened ...
";
arnews[6] += "CBC.ca Jim Donaldson: Jerry Rice a Patriot? It could have happened Providence Journal Of all the “woulda, coulda, shoulda's” and “if-onlys” that inevitably follow the annual NFL draft, the non-selection of Rice ranks as arguably the ...";
arnews[6] += "
";
arnews[7]="Joe Montana and Jerry Rice Dual Autographed Wilson NFL Football ...
";
arnews[7] += "Joe Montana & Jerry Rice dual-signed Wilson Official NFL Game football. This was signed at our Private Signing and comes with the Joe Montana Personal.";
arnews[7] += "
";
arnews[8]="Nick Lachey and Jimmie Johnson's 3rd Annual Super Skins Weekend ...
";
arnews[8] += "Winning celebrities played for a charity of their choice including: Joey Fatone for the Fatone Family Foundation; Nick Lachey and Jerry Rice for the Nick Lachey Foundation; Drew Lachey for Autism Speaks; Jason Taylor for the Jason ...";
arnews[8] += "
";
arnews[9]="NFL Scoreboard.info » Blog Archive » University of Michigan ...
";
arnews[9] += "Fentress: Jerry Rice and Emmitt Smith lead strong list of finalists for Pro Football Hall of Fame After these two locks, the list of finalists will be tough to narrow down when the selection committee meets today in Miami at the site of ...";
arnews[9] += "
";
totcount = 10;
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("