var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Toby Srebnik: @pbpsports Have you seen the new Chad Johnson Rule? http://twitpic.com/p4bnh
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Alex Amith: Moment Of Truth Super Bowl Commercial 2008 Super Bowl 42 Ad …: superbowlxliiads.com All Pro Chad Johnson on Mo.. http://bit.ly/3UWZuu
";
arnews[1] += "Moment Of Truth Super Bowl Commercial 2008 Super Bowl 42 Ad …: superbowlxliiads.com All Pro Chad Johnson on Mo..";
arnews[1] += "
";
arnews[2]="CathrynMarie: Cathryn Bay Area Ppl..Lunch w/ Chad Johnson today @ 1! "RT @OGOchoCinco SCOTTS restaurant at 1:00 clock Bay Area, first 100 fans enjoy lunch with me in London Square, see yall there."
";
arnews[2] += "Bay Area Ppl..Lunch w/ Chad Johnson today @ 1! \"RT @OGOchoCinco SCOTTS restaurant at 1:00 clock Bay Area, first 100 fans enjoy lunch with me in London Square, see yall there.\"";
arnews[2] += "
";
arnews[3]="CathrynMarie: @jprince713 chad johnson will be out there having lunch w/ fans @ scotts located in jack london square
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="ABELSANCHEZ: @terrellowens what's the link for the Klondike thinker shell roast w/Chad Johnson?
";
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("