var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Parade for Saints gives New Orleans more euphoria - Eagle-Tribune
";
arnews[0] += "The Super Bowl champion New Orleans Saints are celebrating Mardi Gras-style. Carnival floats carrying players, coaches and team owner Tom Benson started rolling through downtown New Orleans for a victory parade. The celebration comes two days after the team earned its first championship in franchise";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:33:00 GMT";
arnews[0] += "
";
arnews[1]="NFL riding high with Saints and a big season, but labor problems loom - Washington Examiner
";
arnews[1] += "The New Orleans Saints hadn't even begun to properly celebrate their storybook run to a Super Bowl championship when bookmakers installed the team they had just beaten as the favorites to win it all next year. No disrespect for the Saints, but the wise guys in Las Vegas probably figured they would";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[1] += "
";
arnews[2]="New Orleans' victory 'magical' to commissioner - canada.com
";
arnews[2] += "... region that was wrecked by Hurricane Katrina in 2005. \"I keep thinking of the word 'magical,' when you think about the relationship between the Saints and the Gulf Coast and the city of New Orleans,\" said NFL commissioner Roger Goodell. \"";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:25:00 GMT";
arnews[2] += "
";
arnews[3]="Saints' victory restores spirits, raising hopes for New Orleans, a ... - Ledger-Enquirer
";
arnews[3] += "NEW ORLEANS — People lined up by the hundreds to buy Monday’s Times-Picayune, which hollered “AMEN!” from its front page. The Saints’ Super Bowl victory was a prayer answered ... Claude Avenue near the Lower 9th Ward, one of the areas ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:54:00 GMT";
arnews[3] += "
";
arnews[4]="Who Dats celebrate Saints victory New Orleans style - The Daily Advertiser
";
arnews[4] += "NEW ORLEANS (AP) — Only a Super Bowl victory parade could upstage Mardi Gras in New Orleans. Carnival floats carrying Saints players, coaches and team owner Tom Benson rolled past tens of thousands of jubilant fans in downtown New Orleans on ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[4] += "
";
arnews[5]="From Obama to the Queen, a New Orleans tale: Saints become America's ... - Washington Examiner
";
arnews[5] += "In this photo taken on Wednesday, Feb. 3, 2010, a \" Who Dat \" flag with a fleur-de-lis hangs in the French Quarter in New Orleans. The New Orleans Saints play the Indianapolis Colts in Super Bowl XLIV on Sunday in Miami. (AP Photo/Judi Bottoni) (AP ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 18:40:00 GMT";
arnews[5] += "
";
arnews[6]="Louisiana native Tracy Porter seals New Orleans' first-ever Super Bowl ... - Everything Alabama Blog
";
arnews[6] += "A second-round draft pick out of Indiana, who grew up in Port Allen, across the Mississippi River from Baton Rouge, Porter watched the Saints every Sunday with his family and friends. He remembers bags on the heads of embarrassed fans during the lean ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 04:48:00 GMT";
arnews[6] += "
";
arnews[7]="Saints' Brees captures Super Bowl MVP - CNN Sports Illustrated
";
arnews[7] += "Drew Brees completed 32 of 39 passes for 288 yards and two TDs, arguably the most proficient performance in Super Bowl history. MIAMI (AP) -- Drew Brees grew up in Texas and started playing for professional in San Diego. But he made New Orleans his ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 06:07:00 GMT";
arnews[7] += "
";
arnews[8]="In New Orleans, Saints fans party all night - Philadelphia Daily News
";
arnews[8] += "... party ... down the St. Charles Avenue streetcar tracks. It was crazy the whole day,\" said Earl Wheeler, 21, a bartender at one of the Bourbon Street clubs. \"It was one really good time. Lots of love going around. But I was too busy to watch";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[8] += "
";
totcount = 9;
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("