var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eagletarian: Lessons for Eagles from Super Bowl
";
arnews[0] += "Since I cover the Eagles, and the Super Bowl, I'm always interested in what the latter can tell me about the former.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:02:18 GMT";
arnews[0] += "
";
arnews[1]="Westbrook admits he played too soon after concussion
";
arnews[1] += "Eagles RB Brian Westbrook battled concussions during a disappointing 2009 season, appearing in just eight games and posting his worst statistics since his rookie year in 2002.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:08:24 GMT";
arnews[1] += "
";
arnews[2]="Is Texans Schaub the next elite, Super Bowl quality quarterback?
";
arnews[2] += "Where does Matt Schaub fit among the league's top QBs. Houston Texans.com The NFL game is clearly evolving.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Horse Tracks - 2/9/10 - The Saints Go Marching Home
";
arnews[3] += "Good Morning Broncos Country! Obviously, most of the news in the NFL is focused on the Saints in the aftermath of their 31-17 win in SB44.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:54:35 GMT";
arnews[3] += "
";
arnews[4]="No talk of quitting from Eagles' Westbrook
";
arnews[4] += "Eagles running back Brian Westbrook does not sound as if he is planning to retire, but he also seems a lot wiser about the dangers of concussions.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:40:57 GMT";
arnews[4] += "
";
arnews[5]="Four landing spots for Julius Peppers
";
arnews[5] += "Posted by Anthony Stalter Julius Peppers is ruling out a long-term deal with the Panthers, making it more and more likely that he wona t return to Carolina next season.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:31:07 GMT";
arnews[5] += "
";
arnews[6]="The Beast chat begins at high noon ET
";
arnews[6] += "If you're looking for something to do during lunch, here's an idea . Suggested topics: Donovan McNabb, Brian Westbrook, Super Bowl XLV, Emmitt Smith, Charles Haley, Clinton Portis, Mike Shanahan, Kenny Phillips, Perry Fewell, Marion Barber, Party Passes, frozen margaritas, Hank Baskett, Kendra Wilkinson.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:59:34 GMT";
arnews[6] += "
";
totcount = 7;
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("