var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cincinnati Bengals Week 11 Preview: West Coast Warm-Up Against Raiders - Bleacherreport.com
";
arnews[0] += "It seems too easy to pile on Al Davis and the Oakland Raider Asylum; that bit has done before, so we'll just skip it altogether. Instead, the focus this week for the Bengals is preparing for the best thing the Raiders have going for them: their ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:47:00 GMT";
arnews[0] += "
";
arnews[1]="The Darrius Heyward-Bey drops: Bengals receiver Chad Ochocinco weighs ... - Contra Costa Times
";
arnews[1] += "Cincinnati Bengals wide receiver Chad Ochocinco has been around long enough to know a thing or two about succeeding in the NFL. His history tells him that the odds don't favor Raiders rookie receiver Darrius Heyward-Bey. Ochocinco wasn't asked ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:23:00 GMT";
arnews[1] += "
";
arnews[2]="Big Ben accepts blame, must move on - ESPN.com
";
arnews[2] += "... for allowing a third costly kickoff return touchdown in four games. He didn't argue with offensive coordinator Bruce Arians' decision to take over the play-calling during a hurry-up situation late in the game, when Ben Roethlisberger often is ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:57:00 GMT";
arnews[2] += "
";
arnews[3]="Roethlisberger takes blame for loss to Bengals - Indiana Gazette
";
arnews[3] += "The Steelers (6-3) are down a game to the Cincinnati Bengals (7-2) in the AFC North after losing to Cincinnati 18-12, and the quarterback said the reason was No. 7. ``You know what? I had a bad day. Everyone in here's had a bad day. ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[3] += "
";
arnews[4]="Holmes disputes Big Ben: Steelers were in sync - Star-Tribune
";
arnews[4] += "Pittsburgh Steelers quarterback Ben Roethlisberger throws a pass against the Cincinnati Bengals in the second half of the NFL football game in Pittsburgh, Sunday, Nov. 15, 2009. The Bengals won 18-12. (AP Photo/Keith Srakocic) Ben Roethlisberger felt ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:12:00 GMT";
arnews[4] += "
";
arnews[5]="Cedric Benson has guarded reaction to Bengals signing RB Larry Johnson - Chicago Tribune
";
arnews[5] += "CINCINNATI (AP) — Most Cincinnati Bengals players are accepting the addition of troubled running back Larry Johnson as a move to improve the team. The player who could be most affected doesn't have much to say, and that's the most telling reaction ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:52: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("