var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watch: Drew Brees appears on Late Show with David Letterman - WWL-TV
";
arnews[0] += "What genius put on an AES alert just as Drew Brees was getting introduced on the Letterman show last night? This came on just after the newscast, so there must have been someone at the station to take care of this. Pretty poor coverage of a once in a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[0] += "
";
arnews[1]="Peyton Manning plans to speak to Drew Brees - Los Angeles Times
";
arnews[1] += "Reporting from Miami Gardens, Fla. - Peyton Manning left the field so quickly Sunday after the Super Bowl that he didn't get a chance to congratulate Drew Brees . The Indianapolis Colts quarterback said he plans to speak with his New Orleans Saints ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 06:14:00 GMT";
arnews[1] += "
";
arnews[2]="Commentary: Drew Brees is living the dream - Austin American-Statesman
";
arnews[2] += "... Monday morning to attend a press briefing to honor his Super Bowl MVP performance, Drew Brees turned to his wife, Beth ... outplaying the more-celebrated Peyton Manning. But even then, Brees remained incredulous about the Saints' thrilling ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:01:00 GMT";
arnews[2] += "
";
arnews[3]="MVP Drew Brees says city, team rebuilt together - Courier-Journal
";
arnews[3] += "The birth of my son, and in the first year of his life we won a Super Bowl championship ... game of the 2005 season, coupled with the Chargers' acquisition of promising young passer Philip Rivers, made Brees expendable and left him wondering whether ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:33:00 GMT";
arnews[3] += "
";
arnews[4]="Celeb Pix: The Magic Saints: QB Drew Brees visits Mickey - San Jose Mercury News
";
arnews[4] += "New Orleans QB Drew Brees rides in Magic Kingdom parade with Mickey Mouse. Sandra Bullock is honored at Santa Barbara Film Festival. Leonardo Di Caprio and Martin Scorsese at \"Shutter Island\" premiere. Plus: Benicio Del Toro at \"Wolfman\" gathering";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:23:00 GMT";
arnews[4] += "
";
arnews[5]="Drew Brees, New Orleans Saints top Indianapolis Colts in Super Bowl - Desert Sun
";
arnews[5] += "MIAMI, Fla. — The ultimate underdogs, they ain't. Not anymore. The Saints are Super Bowl champions now. Who Dat? Try quarterback Drew Brees, coach Sean Payton and a team that has reversed its embarrassing past, carrying an entire city to the top ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 23:55: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("