var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Joshua LeDuc: Ben Roethlisberger of Pittsburgh Steelers likely to play vs. Baltimore Ravens, says coach Mike Tomlin http://bit.ly/5T6na2
";
arnews[0] += "Ben Roethlisberger of Pittsburgh Steelers likely to play vs. Baltimore Ravens, says coach Mike Tomlin";
arnews[0] += "
";
arnews[1]="Sports News: Big Ben likely to play Sunday despite concussion
";
arnews[1] += "Big Ben likely to play Sunday despite concussion -";
arnews[1] += "
";
arnews[2]="Sports News: Steelers hope Big Ben will be OK to face Ravens
";
arnews[2] += "Steelers hope Big Ben will be OK to face Ravens -";
arnews[2] += "
";
arnews[3]="Ben Roethlisberger Expected to Play for Steelers Despite Concussion http://bit.ly/4KJ9mC #pittsburgh #steelers
";
arnews[3] += "Ben Roethlisberger Expected to Play for Steelers Despite Concussion";
arnews[3] += "
";
arnews[4]="Darn!!! RT @WNST #Tomlin says Big Ben #Roethlisberger will play for #Steelers this week vs. #Ravens after QB passed all neurological tests.
";
arnews[4] += "Darn!!! RT @WNST";
arnews[4] += "
";
totcount = 5;
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("