var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Big Ben accepts blame, moves on - Vindy.com
";
arnews[0] += "PITTSBURGH (AP) — He didn’t blame the wide receivers ... 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 most ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[0] += "
";
arnews[1]="Holmes disputes Big Ben: Steelers were in sync - Star-Tribune
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 19 Nov 2009 13:12:00 GMT";
arnews[1] += "
";
arnews[2]="Ben Roethlisberger - Chicago Tribune
";
arnews[2] += "Ravens fans had been asking for rookie defensive end Paul Kruger, and now they just might get him. The Ravens coaching staff was eagerly awaiting the results of a magnetic resonance imagining on the knee of Pro Bowl defensive end/outside linebacker";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:03:00 GMT";
arnews[2] += "
";
arnews[3]="Cocaine Ring Used Sports Codes (VIDEO): Michael Vick, Ben ... - Post Chronicle
";
arnews[3] += "Michael Vick, Ben Roethlisberger and other athletes were exploited by a cocaine ring that used sports codes as a reference in an attempt to deceive authorities. Attorney General Tom Corbett announced Monday that a multimillion-dollar drug ring was ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:46:00 GMT";
arnews[3] += "
";
arnews[4]="Key Matchups: Game 10 - Beaver County Times
";
arnews[4] += "In last week’s loss to the Bengals, quarterback Ben Roethlisberger admittedly didn’t play well. But neither did the Steelers’ primary pass catchers, who had a hard time getting open. Cincinnati’s starting corners, Jonathan Joseph and Leon ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[4] += "
";
arnews[5]="Morale Booster Connects Troops with NFLers on Xbox Live - Kotaku.com
";
arnews[5] += "Members of the Super Bowl champion Pittsburgh Steelers engaged U.S. soldiers stationed in Iraq in a Guitar Hero battle, which would have been a heart-warming story if brickheaded quarterback Ben Roethlisberger hadn't called the game \"Rock Band\" on ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:43: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("