var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lunch Break: Looking To 2010 - 2/9 - DALLAS COWBOYS
";
arnews[0] += "Emmitt Smith speaks after he is announced as a member of the Hall of Fame class of 2010. NFL: Hall of Fame class of 2010 - 2/6 The Pro Football HOF class of 2010 is announced; Emmitt Smith and Jerry Rice react. HOF RB Emmitt Smith 22 Greatest Runs ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[0] += "
";
arnews[1]="NFL: 2010 HOF: Emmitt Smith - 2/6 - DALLAS COWBOYS
";
arnews[1] += "Emmitt Smith speaks after he is announced as a member of the Hall of Fame class of 2010. NFL: Hall of Fame class of 2010 - 2/6 The Pro Football HOF class of 2010 is announced; Emmitt Smith and Jerry Rice react. HOF RB Emmitt Smith 22 Greatest Runs ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 02:26:00 GMT";
arnews[1] += "
";
arnews[2]="Our favorite Emmitt Smith memories - Dallas Morning News
";
arnews[2] += "Dallas Morning News writers share their favorite memories of Emmitt Smith. It was announced Saturday that the former Cowboys running back would enter the Pro Football Hall of Fame. He wasn’t big and he wasn’t fast but what I remember most is that ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 09:20:00 GMT";
arnews[2] += "
";
arnews[3]="Emmitt Smith and Me - New York Times Blogs
";
arnews[3] += "Football great Emmitt Smith was just inducted into the Hall of Fame . I had the great pleasure of playing golf with Emmitt a few years back. It is a round I will never forget. I blogged right after the round about the outcome of my long driving ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:31:00 GMT";
arnews[3] += "
";
arnews[4]="Emmitt Smith's Smoked Baby Back Ribs - ABC News
";
arnews[4] += "Former NFL superstar Emmitt Smith dropped by \"Good Morning America\" to share some of his best bar-b-q dishes. \"I have not beeen so bad in the kitchen. Grilling is my thing now,\" Emmitt said. So fire up the grill before summer ends and let Emmitt take ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:36:00 GMT";
arnews[4] += "
";
arnews[5]="Who will introduce Emmitt Smith? - ESPN.com
";
arnews[5] += "FORT LAUDERDALE, Fla. -- We know former 49ers owner Eddie DeBartolo Jr. will introduce wide receiver Jerry Rice in August when he's inducted into the Hall of Fame. What about Emmitt Smith ? \"I have a short list, but I'm not going to give the names ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 05:04:00 GMT";
arnews[5] += "
";
arnews[6]="Emmitt Smith's Hall of Fame reaction - Cowboysblog.dallasnews.com
";
arnews[6] += "Cowboys running back Emmitt Smith is up on the stage for the NFL Network's Hall of Fame show. \"Sixteen guys went before me and one organization believed in me and gave me the opportunity,\" Smith said. \"I truly lived a dream because I played for the ...";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 23:42:00 GMT";
arnews[6] += "
";
arnews[7]="Emmitt Smith talks about the Hall of Fame vote - CNN Sports Illustrated
";
arnews[7] += "Emmitt Smith dropped by to talk about the upcoming Hall of Fame vote. Smith said he is pretty confident he'll get in. But he said he heard four voters will never vote for a Cowboy. \"I was able to achieve what I was able to achieve with the offensive ...";
arnews[7] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[7] += "
";
arnews[8]="'Lead Draw' carried Emmitt Smith into Hall of Fame - Dallas Morning News
";
arnews[8] += "FORT LAUDERDALE, Fla. – Emmitt Smith was never the prettiest running back. He certainly wasn't the fastest. And we can argue until the end of time where he ranks among the best running backs in NFL history. But there's absolutely no debate about ...";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 06:08: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("