var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Felser: Who cleans up after the horse is ridden out of town
";
arnews[0] += "The Dick Jauron firing was the most-expected event of the sports year in Western New York.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:15 GMT";
arnews[0] += "
";
arnews[1]="Colts, Saints hope to continue magical ...
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 03:25:49 GMT";
arnews[1] += "
";
arnews[2]="Bills rule Stroud out of game vs. Jacksonville
";
arnews[2] += "Buffalo Bills defensive tackle Marcus Stroud has been ruled out and linebacker Keith Ellison was placed on injured reserve Friday, leaving the NFL's worst run defense further depleted against Jacksonville this weekend.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:25:37 GMT";
arnews[2] += "
";
arnews[3]="NFL Beat: Interim coaches seldom succeed
";
arnews[3] += "As one of the original AFL owners, Ralph Wilson has been around pro football for 50 years.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:06:57 GMT";
arnews[3] += "
";
arnews[4]="Auburn man seeks return of his beloved antique bike
";
arnews[4] += "Auburn's Richard Dushatinski knows the nuts and bolts of bicycles like Lance Armstrong knows how to race them.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:57:40 GMT";
arnews[4] += "
";
arnews[5]="Patriots' loss tightens up AFC East race
";
arnews[5] += "Now that they've won two games in the space of five days to accomplish their goal of getting back to .500, the Dolphins can join the rest of America and sit back and watch their NFL brethren play out Week 11 today and Monday.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:22:07 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("