var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rams purchase tickets for Sunday sellout - Daily Journal
";
arnews[0] += "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 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT";
arnews[0] += "
";
arnews[1]="Little-Warner friendship on hold Sunday - Telegraph
";
arnews[1] += "ST. LOUIS (AP) - Friendship goes out the window Sunday when the St. Louis Rams' Leonard Little tries to sack his friend, Arizona quarterback Kurt Warner. \"Hopefully, we can bring him down a couple of times and slow him down,\" said Little, who was ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:44:00 GMT";
arnews[1] += "
";
arnews[2]="Rams' C.J. Ah You lost for season with knee injury - KSDK
";
arnews[2] += "ST. LOUIS (AP) -- St. Louis Rams defensive end C.J. Ah You has been lost for the season with a knee injury. Coach Steve Spagnuolo said Thursday that Ah You will be placed on injured reserve -- the ninth Ram this season and the third defensive lineman ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:30:00 GMT";
arnews[2] += "
";
arnews[3]="NFL Week 11 Point Spreads & NFL Predictions - Sports-odds.com
";
arnews[3] += "In an NFC West divisional battle, the first game I see with potential problems is the one happening at Edward Jones Dome at 4:05 PM ET (1:05 PM PT). In this NFL Week 11 Point Spreads & NFL Predictions contest the division leading (6-3) Arizona ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:07:00 GMT";
arnews[3] += "
";
arnews[4]="NFL Standings - News4Jax.com
";
arnews[4] += "The Arizona Cardinals have a chance to accomplish a feat the franchise hasn't achieved in 61 years when the NFC West front-runners visit the Edward Jones Dome this Sunday to take on a St. Louis Rams team that hasn't won a game on its home turf in 13 ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:51:00 GMT";
arnews[4] += "
";
arnews[5]="Bush, Ellis, not making trip to Tampa - HuskerExtra.com
";
arnews[5] += "Running back Reggie Bush and defensive tackle Sedrick Ellis are not traveling with the New Orleans Saints for Sunday's game against Tampa Bay. A team spokesman said Saturday that both players had been downgraded on the official injury report from ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:42: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("