var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marcus Stroud to Miss Jacksonville Ggame - 13 WHAM
";
arnews[0] += "Orchard Park, N.Y. -- As if the Bills needed another injury to deal with. An already beleaguered Bills defense took another hit Friday when the team announced that defensive tackle Marcus Stroud would miss Buffalo's game this Sunday at Jacksonville ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:27:00 GMT";
arnews[0] += "
";
arnews[1]="Bills at Jaguars Preview: Time For Buffalo To Wake Up and Smell the ... - Bleacherreport.com
";
arnews[1] += "This Sunday the Buffalo Bills (3-6) will travel to Jacksonville to play against the Jaguars (5-4) in a game that features franchises going in different directions. The irony of this game is that Bills fans are showing up regularly in hopes of seeing ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:40:00 GMT";
arnews[1] += "
";
arnews[2]="New Head Coach Fewell Leads Bills Into Jacksonville - News4Jax.com
";
arnews[2] += "(Sports Network) - The Buffalo Bills were hoping to make some history in the state of Florida this season. They just weren't hoping that the site would be Jacksonville, or that the date would be November 22nd. At 3-6, the notion of the Bills reaching ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[2] += "
";
arnews[3]="Bills Fire Jauron and Tag Fewell as Interim Coach - ABC News
";
arnews[3] += "Fewell takes over after Dick Jauron was fired as head coach on Tuesday. (AP Photo/Don Heupel) (AP) Coordinator Perry Fewell was pegged by Buffalo Bills owner Ralph Wilson to take over as interim coach because of the job he did in holding together the ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:12:00 GMT";
arnews[3] += "
";
arnews[4]="Dick Jauron Fired As Bills Coach - KIRO-TV
";
arnews[4] += "ORCHARD PARK, N.Y. -- Defensive coordinator Perry Fewell will be the Buffalo Bills' interim head coach, replacing the fired Dick Jauron. Fewell was given the job on Tuesday, hours after Bills owner Ralph Wilson fired Jauron after the team's 3-6 start ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:17:00 GMT";
arnews[4] += "
";
arnews[5]="Coordinator Perry Fewell picked to replace fired Dick Jauron as Bills ... - Daily Press
";
arnews[5] += "ORCHARD PARK, N.Y. (AP) — Coordinator Perry Fewell was pegged by Buffalo Bills owner Ralph Wilson to take over as interim coach because of the job he did in holding together the team's ragtag, injury-depleted defense. In being promoted to his new ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 09:39: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("