var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saints Plan to Hold On to Lombardi Trophy
";
arnews[0] += "Once New Orleans coach Sean Payton wrapped his hands around the Lombardi Trophy on Monday morning, he never let go -- carrying it by his side after his morning news conference and holding it as he prepared to climb in a limo taking him to the airport.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:30:03 GMT";
arnews[0] += "
";
arnews[1]="Is Texans Schaub the next elite, Super Bowl quality quarterback?
";
arnews[1] += "Where does Matt Schaub fit among the league's top QBs. Houston Texans.com The NFL game is clearly evolving.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The NFL's top 10 games this season
";
arnews[2] += "From Brett Favre's heroics to Bill Belichick's gamble to Drew Brees' leadership, the NFL season's best games are revisited.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:28:25 GMT";
arnews[2] += "
";
arnews[3]="All is good a " for now
";
arnews[3] += "NFL Players Association Executive Director DeMaurice Smith and NFL Commissioner Roger Goodell will be key figures as the league attempts to come up with a new labor agreement between owners and players.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:10:57 GMT";
arnews[3] += "
";
arnews[4]="NFL's buzz will soon be killed
";
arnews[4] += "A memorable season capped by a super title game with a record TV audience has NFL executives and fans beaming.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:56:02 GMT";
arnews[4] += "
";
arnews[5]="'King and I' is a pleasure to get to know
";
arnews[5] += "Rodgers and Hammerstein's 'The King and I' can work as either an opulent, stage-filling extravaganza or an intimate chamber piece that spotlights the battle of wills between one high-spirited woman and one charismatic yet exasperating man.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00: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("