var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Making the playoffs not such a long shot for Miami Dolphins
";
arnews[0] += "By getting back to .500, the Dolphins' chances of making the playoffs is not so farfetched after all.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Alternative healing helps Miami Dolphins' Ricky Williams stay fit
";
arnews[1] += "As Ricky Williams was scoring three touchdowns Thursday, his ``pranic healer'' was listening to the game on the radio in California -- in between conducting a meditation session -- just in case Williams needed his help.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Bucs see opportunity in today's game
";
arnews[2] += "A shot at ruining New Orleans' perfect record is not the only reason the struggling Tampa Bay Buccaneers and young Josh Freeman are excited about facing the unbeaten Saints.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:53:39 GMT";
arnews[2] += "
";
arnews[3]="Colts, Saints hope to continue magical NFL march
";
arnews[3] += "The New England Patriots did it in 2007 with a magnificent 16-0 season so why not the New Orleans Saints and the Indianapolis Colts in 2009? The league's two remaining undefeated teams continue their march towards perfection Sunday after surviving their closest scares of the season last week.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:43:03 GMT";
arnews[3] += "
";
arnews[4]="NFL: Bucs eye opportunity against Saints
";
arnews[4] += "NEW ORLEANS at TAMPA BAY OPENING LINE - Saints by 121 2 RECORD VS. SPREAD - New Orleans 6-3; Tampa Bay 3-6 SERIES RECORD - Saints lead 20-14 LAST MEETING - Buccaners beat Saints 23-20, Nov.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:40:48 GMT";
arnews[4] += "
";
totcount = 5;
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("