var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Making news in the NFL - ConnectAmarillo.com
";
arnews[0] += "New York Giants linebacker Antonio Pierce is out indefinitely after an MRI exam yesterday surprisingly revealed a bulging disk in his neck. The 31-year-old Pierce originally sustained a burner when the Giants played Arizona on Oct. 25. He had very ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:55:00 GMT";
arnews[0] += "
";
arnews[1]="Rams avoid local TV blackout - Mineral Daily News-Tribune
";
arnews[1] += "ST. LOUIS (AP) -- The St. Louis Rams have purchased unsold tickets to sell out Sunday's game against the Arizona Cardinals and avoid a local television blackout. More than 4,000 tickets were unsold in the middle of the week. The Rams received a one ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[1] += "
";
arnews[2]="NFL fines Dockett $7,500 for Hasselbeck throat hit - Daily Oklahoman
";
arnews[2] += "Seattle coach Jim Mora had complained that it was a dirty play by Dockett, who responded it ... The incident occurred while Hasselbeck was lying on his back during Arizona's 31-20 victory over Seattle last Sunday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[2] += "
";
arnews[3]="NFC West: Fortunate 49ers Show Their Mettle In Important Win - KSAT 12
";
arnews[3] += "... season, but the former Ohio State star has been more involved in the game plan in recent weeks and made the most of the opportunity. The 21-year-old has compiled 271 yards and averaged 5.3 yards per rush over Arizona's past five games, after ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:58:00 GMT";
arnews[3] += "
";
arnews[4]="Seattle RB Jones leaves game with chest injury - Seattle Times
";
arnews[4] += "Seattle Seahawks running back Julius Jones left Sunday's game against Arizona early in the first quarter with a broken rib. Seahawks coach Jim Mora said after the game that Jones would spend the night in a local hospital as a precaution. \"There's an ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:30:00 GMT";
arnews[4] += "
";
arnews[5]="Cardinals vs Rams NFL Betting Odds Alert - Sports-odds.com
";
arnews[5] += "Sports-Odds.com is issuing a NFL Betting Odds Alert at 7:15 PM EST on Saturday November 21st, 2009 for the NFC West clash between the Cardinals vs Rams. The opening NFL betting odds had the Arizona Cardinal -9½ points (-110 odds) away against the St ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:26: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("