var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chicago Bears’ New Identity Is Unrecognizable - New York Times
";
arnews[0] += "In 2006, when his Chicago Bears were riding a stout defense and strong running game to a surprise Super Bowl appearance, Coach Lovie Smith disdained comparisons to the Bears’ 1985 forebears, almost scornfully. It was time, he suggested, for the ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:00 GMT";
arnews[0] += "
";
arnews[1]="Watch Philadelphia Eagles vs Chicago Bears NFL Football online - Live ... - PRLog (free press release)
";
arnews[1] += "When it comes to watching Philadelphia Eagles vs Chicago Bears and other streaming sports online it's an added bonus to employ a software that will also allow you to watch regular television channels also not only TV shows, but premium movie channels ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:49:00 GMT";
arnews[1] += "
";
arnews[2]="Come To Think of It: Chicago Bears Key To Victory is To Pressure ... - Bleacherreport.com
";
arnews[2] += "The biggest difference between last week's tilt against the 49ers and this week's contest versus the Philadelphia Eagles is the quarterback play. No, not Jay Cutler, although better ball protection for the Bears offense is a key. I'm talking about ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:24:00 GMT";
arnews[2] += "
";
arnews[3]="DeSean Jackson presents problems for Chicago Bears - Chicago Tribune
";
arnews[3] += "DeSean Jackson isn't one of the most productive receivers in the league, but he is one who gets the attention of every opposing defense. The 2008 second-round pick gives the Eagles a big-play dimension as he is averaging 18.3 yards per catch. Jackson ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Come to Think of It: Top Ten Chicago Bears Players of All-Time - Bleacherreport.com
";
arnews[4] += "The Bears have a long and storied tradition, steeped in great players, mostly on the defensive side of the ball, though we have perhaps the best running back of all-time. In fact, the Bears have retired the most uniform numbers of any NFL team ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[4] += "
";
arnews[5]="Longhorns football notes - Austin American-Statesman
";
arnews[5] += "Former Chicago Bears and Kansas Jayhawks star Gale Sayers was at Royal-Memorial Stadium on Saturday to watch his alma mater. Sayers, one of the top running backs of all time, was a two-time All-American as a Jayhawk before his Hall of Fame career in ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:28: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("