var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cowher Passes on Interview With the Bills
";
arnews[0] += "Cowher Passes on Interview With the Bills -";
arnews[0] += "
";
arnews[1]="@pthomas3434 with their fist pick in the 2029 NFL draft the buffalo bills select Connor Wayman qb out of ok at http://yfrog.com/1dq75j
";
arnews[1] += "@pthomas3434 with their fist pick in the 2029 NFL draft the buffalo bills select Connor Wayman qb out of ok at";
arnews[1] += "
";
arnews[2]="Ticket Classifieds: #ihave #forsale Discount Buffalo Bills Vs. Miami Dolphins Tickets: If you want to get these tickets to the... http://bit.ly/4YHEf1 #tickets
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Bills reportedly considering Shanahan for coach
";
arnews[3] += "Bills reportedly considering Shanahan for coach -";
arnews[3] += "
";
arnews[4]="Fantasy Football: Schottenheimer shoots down Bills rumor - Bills Defense (TM) Buffalo Bills
";
arnews[4] += "Schottenheimer shoots down Bills rumor - Bills Defense (TM) Buffalo Bills -";
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("