var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Champion Saints go marching
";
arnews[0] += "The Saints paraded through their home city Tuesday in a raucous celebration befitting the franchise's first Super Bowl championship.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:23:08 GMT";
arnews[0] += "
";
arnews[1]="Parade in New Orleans a pre-Mardi Gras bash
";
arnews[1] += "Saints quarterback Drew Brees tosses beads into crowd at Super Bowl parade attended by tens of thousands in downtown New Orleans last night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:16:13 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl XLIV: Nevada casinos win $6.86M on Super Bowl bets
";
arnews[2] += "What was your favorite commercial during Super Bowl XLIV? Audi Green Police Cars.com Coca-Cola Simpsons Brett Favre Hyundai MVP Bridgestone orca Budweiser Bud Light asteroid Bud Light auto-tune Bud Light stranded Budweiser Select Budweiser to the rescue Careerbuilder.com Census Coca Cola Dante's Inferno Denny's Denny's Birthday Slam Denny's free ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:59:25 GMT";
arnews[2] += "
";
arnews[3]="Analysis: Offseason needs for all 32 NFL teams
";
arnews[3] += "The Super Bowl's over, Drew Brees has been cheered at Disney World and the New Orleans Saints were celebrated in their city on Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:49:44 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl XLIV: Saints beat Colts, and do it with defense
";
arnews[4] += "Who Dat won the Super Bowl? The New Orleans Saints, that's who. Ain't kidding. Put away those paper bags forever.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:49:14 GMT";
arnews[4] += "
";
arnews[5]="Movie studio ordered to sell
";
arnews[5] += "A judge on Tuesday ordered into liquidation a defunct Louisiana movie studio tied to a $1.7 million dispute with New Orleans Saints players and coaches.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:45:22 GMT";
arnews[5] += "
";
arnews[6]="Nevada casinos win $6.86M on Super Bowl bets
";
arnews[6] += "Nevada casinos won almost $6.9 million on this year's Super Bowl as bettors wagered $82.7 million on the NFL title game, gambling regulators said Tuesday.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:30:46 GMT";
arnews[6] += "
";
arnews[7]="Post a Comment
";
arnews[7] += "On Tuesday night in New Orleans, the city celebrated the New Orleans Saints in true Louisiana style - with a parade.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 09:29:42 GMT";
arnews[7] += "
";
totcount = 8;
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("