var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@FrankieNichelle Lol that happens to me sometimes, I saw a video where he was at a fight conference, with Roy jones jr,
";
arnews[0] += "@FrankieNichelle Lol that happens to me sometimes, I saw a video where he was at a fight conference, with Roy jones jr, -";
arnews[0] += "
";
arnews[1]="Brian Laesch: Roy jones jr. just got off my airport shuttle bus.
";
arnews[1] += "Roy jones jr. just got off my airport shuttle bus.";
arnews[1] += "
";
arnews[2]="OnlineSports Collectibles: ROY JONES JR SIGNED EVERLAST BOXING GLOVE W/COA
";
arnews[2] += "ROY JONES JR SIGNED EVERLAST BOXING GLOVE W/COA";
arnews[2] += "
";
arnews[3]="OnlineSports Collectibles: ROY JONES JR SIGNED EVERLAST BOXING TRUNKS W/COA
";
arnews[3] += "ROY JONES JR SIGNED EVERLAST BOXING TRUNKS W/COA";
arnews[3] += "
";
arnews[4]="Harold Henn: Just ran into Roy Jones Jr. I told him that he was "the man." He said "I know." I just love that guy!!!! Best boxer PFP ever!
";
arnews[4] += "Just ran into Roy Jones Jr. I told him that he was \"the man.\" He said \"I know.\" I just love that guy!!!! Best boxer PFP ever!";
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("