var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bud Adams' middle fingers earn $250,000 fine from NFL
";
arnews[0] += "The NFL has fined Titans owner Bud Adams $250,000 for his obscene hand gesture during Sunday's game against the Bills.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:21:47 GMT";
arnews[0] += "
";
arnews[1]="Mike Shanahan may meet with Buffalo Bills
";
arnews[1] += "One day after firing Dick Jauron, the Buffalo Bills have wasted no time identifying a potential replacement.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:48:10 GMT";
arnews[1] += "
";
arnews[2]="Bills reportedly want to talk with Shanahan
";
arnews[2] += "One day after firing Dick Jauron, the Buffalo Bills have wasted no time identifying a potential replacement.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:55:03 GMT";
arnews[2] += "
";
arnews[3]="Bud Adams' middle fingers earn $250,000 fine from NFL
";
arnews[3] += "The NFL has fined Titans owner Bud Adams $250,000 for his obscene hand gesture during Sunday's game against the Bills.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 10:44:31 GMT";
arnews[3] += "
";
arnews[4]="Goodell fines Titans owner $250,000 for gesture
";
arnews[4] += "The NFL flags and fines players for excessive celebration on the field. Commissioner Roger Goodell just sent a very clear message that the league's owners aren't above those same rules.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:31:03 GMT";
arnews[4] += "
";
arnews[5]="The NFL Fines Owner For Obscene Gesture
";
arnews[5] += "The NFL has fined Titans owner Bud Adams $250,000 for making an obscene gesture at Buffalo fans while celebrating Tennessee's victory over the Bills.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:55:29 GMT";
arnews[5] += "
";
arnews[6]="Commissioner fines Titans owner Bud Adams $250,000 for obscene gesture to Bills fans after win
";
arnews[6] += "In this July 31, 2009, file photo, Tennessee Titans owner Bud Adams watches practice during the first day of the NFL football team's training camp in Nashville, Tenn.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 18:21:27 GMT";
arnews[6] += "
";
arnews[7]="Titans owner fined $250K for gesture
";
arnews[7] += "The NFL has fined Titans owner Bud Adams $250,000 for making an obscene gesture at Buffalo fans while celebrating Tennessee's victory over the Bills.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 16:37:05 GMT";
arnews[7] += "
";
arnews[8]="Finger Costs Titans Owner $250,000
";
arnews[8] += "The NFL flags and fines players for excessive celebration on the field. Commissioner Roger Goodell just sent a very clear message that the league's owners aren't above those same rules.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 14:09:03 GMT";
arnews[8] += "
";
totcount = 9;
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("