var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seven Final Thoughts from the Super Bowl
";
arnews[0] += "I walked out of Sun Life Stadium late Sunday night and stopped to congratulate a Saints fan that was sitting a few rows down from me.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:50:39 GMT";
arnews[0] += "
";
arnews[1]="Peyton Manning's Legacy: Two Schools Of Thought
";
arnews[1] += "A month and a half ago, Indianapolis Colts quarterback Peyton Manning was on his way to football immortality.A Owner of a 14-0 regular season record with a struggling Jets team and a toothless Bills squad standing between him and a perfect 16-0 record, the once infamous \"Manning Face\" had taken on a whole new meaning.A Whispers of whether Manning ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:40:57 GMT";
arnews[1] += "
";
arnews[2]="New York Giants Need To Embrace Their Own Changes, Find New Personality
";
arnews[2] += "Two years removed from their big Super Bowl win, Big Blue is now entering an off-season of insecurity.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:40:00 GMT";
arnews[2] += "
";
arnews[3]="National Ego Signing Day
";
arnews[3] += "We all have something that just gets under our skin. Whether it's people who say \"like\" after every other word or individuals that put on way too much perfume, everyone has something that drives them up the wall.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:29:41 GMT";
arnews[3] += "
";
arnews[4]="Tuesday Morning Running Back Super Bowl: New Orleans Saints Shock World
";
arnews[4] += "What makes an athlete memorable? Could it be his knack for being a leader, and rising to the occasion at the most opportune time? Or what about the impact he has not only on his team but also in his community? There are several qualities I could list here, but this one is my main point: On any given Sunday.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:38:03 GMT";
arnews[4] += "
";
arnews[5]="Has the Tom Brady-Peyton Manning Debate Come to an End?
";
arnews[5] += "It has now been two days since Superbowl XLIV. Two story lines havedeveloped from the Superbowl, with both of them regarding each team's quarterback.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:50:03 GMT";
arnews[5] += "
";
arnews[6]="Bill Belichick's decision to not hire coordinators this season may be costly
";
arnews[6] += "Bill Belichick walks off the field after a loss to the Indianapolis Colts this season.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:49:43 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("