var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="NEW BLOG: Let’s Torture the Hell out of Jerome Bettis: My friend Jim sent me a link to some sort of weird contest... http://bit.ly/4sz1hp
";
arnews[0] += "NEW BLOG: Let’s Torture the Hell out of Jerome Bettis: My friend Jim sent me a link to some sort of weird contest...";
arnews[0] += "
";
arnews[1]="The OBR: NEW BLOG: Let’s Torture the Hell out of Jerome Bettis: My friend Jim sent me a link to some sort of weird contest... http://bit.ly/4sz1hp
";
arnews[1] += "NEW BLOG: Let’s Torture the Hell out of Jerome Bettis: My friend Jim sent me a link to some sort of weird contest...";
arnews[1] += "
";
arnews[2]="Katrina Kibben: @tedvickey HUGE Steelers fan. Imagine my excitement when I found out Jerome Bettis ( Bus) is the new rep for our partnership with the NFL
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="How tall was Jerome Bettis http://chacha.com/q/s43g2gw
";
arnews[3] += "How tall was Jerome Bettis";
arnews[3] += "
";
arnews[4]="Dan T: http://twitpic.com/qfsyh - A salas that could only have been invented by Jerome Bettis
";
arnews[4] += "";
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("