var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jim Donaldson: Jerry Rice a Patriot? It could have happened - Providence Journal
";
arnews[0] += "Jerry Rice, who (sorry, Emmitt Smith) headlines the class of 2010 to be inducted this summer into the Pro Football Hall of Fame, is the greatest wide receiver I’ve seen in 34 seasons of covering the NFL. And I’m hardly alone in thinking he’s ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:48:00 GMT";
arnews[0] += "
";
arnews[1]="Jerry Rice Honors Old Boss - NBC Bay Area
";
arnews[1] += "The news broke shortly before Saturday's Pro Football Hall of Fame vote that Jerry Rice had asked former 49ers owner Eddie DeBartolo to present him into the Hall when Rice gets inducted this August. In fact, Rice asked Eddie D to do this nearly ten ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="Unease over his place in history fueled Rice's drive to Hall of Fame - CNN Sports Illustrated
";
arnews[2] += "Even after a career that saw him catch more passes for more yards than any player in NFL history, Jerry Rice wasn't sure of his chances for election to the Hall of Fame. Cliff Welch/Icon SMI A few months ago, just after Jerry Rice 's name had been ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:56:00 GMT";
arnews[2] += "
";
arnews[3]="Emmitt Smith, Jerry Rice are frontrunners for Hall of Fame induction - The Gaea Times
";
arnews[3] += "FORT LAUDERDALE, Fla. — With Emmitt Smith and Jerry Rice all but shoo-ins for the Pro Football Hall of Fame, get ready for a little Canton Two-Step. Smith ran for more yards than any NFL player. Rice caught more passes and scored more touchdowns ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Hall Of Fame Inducts Fmr. 49er, Raider Jerry Rice - KPIX-TV5
";
arnews[4] += "All-time greats Jerry Rice and Emmitt Smith led a class of seven into the Pro Football Hall of Fame on Saturday. The NFL's career receiving and rushing leaders were joined in the Hall by John Randle, Russ Grimm, Rickey Jackson, Floyd Little and Dick ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:10:00 GMT";
arnews[4] += "
";
arnews[5]="Jerry Rice and Emmitt Smith are elected to Hall of Fame - Los Angeles Times
";
arnews[5] += "Here's how you stop Jerry Rice and Emmitt Smith : Put them in the Hall of Fame and watch them break down and cry. The men who tore apart NFL defenses couldn't handle the emotions Saturday when they were elected to the shrine along with five others ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 23:05:00 GMT";
arnews[5] += "
";
arnews[6]="Jerry Rice tops 2010 class - Contra Costa Times
";
arnews[6] += "When the words stopped coming, Jerry Rice used the most famous pair of hands in NFL history to wipe away tears. He was trying to talk about his parents. He wound up saying it all. Rice was so choked up talking about his father, Joe, and his mother ...";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 13:32:00 GMT";
arnews[6] += "
";
arnews[7]="Jerry Rice tearfully accepts Hall of Fame honor - San Francisco Chronicle
";
arnews[7] += "Jerry Rice always finishes his route. He did it forever as a 49ers wide receiver, and again in his brief time with the Raiders. It helped make him the greatest wide receiver of all time, and arguably the greatest NFL player, period. Rice wouldn't ...";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 03:52:00 GMT";
arnews[7] += "
";
arnews[8]="NFL: Emmitt Smith, Jerry Rice frontrunners for Hall of Fame - Honolulu Advertiser
";
arnews[8] += "FORT LAUDERDALE, Fla. — Emmitt Smith and Jerry Rice are virtual shoo-ins for election into the Pro Football Hall of Fame. The NFL's career rushing and receiving leaders are among 17 finalists, including two senior committee candidates, who will be ...";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 22:17:00 GMT";
arnews[8] += "
";
totcount = 9;
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("