var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Drew Brees: Team ‘trying to give back’
";
arnews[0] += "Nov. 20: New Orleans Saints quarterback Drew Brees talks football – as well as the team’s impact on the city’s recovery effort – with msnbc’s Willie Geist and Mike...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:07:02 GMT";
arnews[0] += "
";
arnews[1]="Geist talks New Orleans with Drew Brees
";
arnews[1] += "Nov. 20: Msnbc's Willie Geist and Mike Barnicle speak with New Orleans Saints quarterback Drew Brees about his undefeated team, their loyal fan following, and his love for the Big...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:02:17 GMT";
arnews[1] += "
";
arnews[2]="Saints QB Drew Brees On Win Over Eagles
";
arnews[2] += "Drew Brees threw for over 300 yards with 3 TDs on Sunday";
arnews[2] += "
Publ.Date : Sun, 20 Sep 2009 22:36:46 GMT";
arnews[2] += "
";
arnews[3]="Drew Brees Pre Game Huddle AMAZING! THIS IS NEW ORLEANS!
";
arnews[3] += "Drew Brees Pre Game Huddle AMAZING! THIS IS NEW ORLEANS!";
arnews[3] += "
Publ.Date : Thu, 30 Apr 2009 18:13:03 GMT";
arnews[3] += "
";
arnews[4]="Brees Voted Top Offensive Player by AP
";
arnews[4] += "New Orleans' quarterback Drew Brees was voted AP offensive player of the year in the NFL. He passed for more than five thousand yardsthis season. (Jan. 6)";
arnews[4] += "
Publ.Date : Wed, 07 Jan 2009 01:13:56 GMT";
arnews[4] += "
";
arnews[5]="Drew Brees Pumps Up the Saints
";
arnews[5] += "Drew Brees pumps up his team before his game against the Carolina Panthers.";
arnews[5] += "
Publ.Date : Mon, 20 Oct 2008 04:30:36 GMT";
arnews[5] += "
";
arnews[6]="Madden: Drew Brees TD
";
arnews[6] += "Drew Brees TD bolts Chargers up 14-0.";
arnews[6] += "
Publ.Date : Thu, 05 Jul 2007 07:08:31 GMT";
arnews[6] += "
";
arnews[7]="FOX NEWS: Drew Brees Rehab
";
arnews[7] += "Drew Brees road to recovery. Brees swears by Resurrect drink.";
arnews[7] += "
Publ.Date : Thu, 05 Jul 2007 07:08:31 GMT";
arnews[7] += "
";
arnews[8]="Drew Brees is for AdvoCare
";
arnews[8] += "Drew Brees and his wife Brittany pitch the Brees Dream Foundation. Do the Drew!";
arnews[8] += "
Publ.Date : Thu, 05 Jul 2007 07:08:31 GMT";
arnews[8] += "
";
arnews[9]="FedEx Honors Drew Brees
";
arnews[9] += "New Orleans Saints quarterback Drew Brees speaks with Julie Chen about being honored as one of FedEx's players of the year, and raising money for the Children's Hospital of New...";
arnews[9] += "
Publ.Date : Sat, 03 Feb 2007 00:38:37 GMT";
arnews[9] += "
";
totcount = 10;
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("