var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="V@g38: @MichaelaKocon Go to your messages list and highlight today’s date – click and choose “Mark Prior Opened” ^BBS
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Colin O'Keefe: Meant World Series. Still, you don't see one of those ads for Mark Prior, do you? How long did that even consider second-guessing that pick?
";
arnews[1] += "Meant World Series. Still, you don't see one of those ads for Mark Prior, do you? How long did that even consider second-guessing that pick?";
arnews[1] += "
";
arnews[2]="ebaypro: MARK PRIOR "AUTHENTIC" GAME USED JERSEY CARD-WOW-$$$$$$
";
arnews[2] += "MARK PRIOR \"AUTHENTIC\" GAME USED JERSEY CARD-WOW-$$$$$$ -";
arnews[2] += "
";
arnews[3]="ebaypro: Mark Prior Cubs Ovation Apparel Game Used Jersey OA-MP
";
arnews[3] += "Mark Prior Cubs Ovation Apparel Game Used Jersey OA-MP -";
arnews[3] += "
";
arnews[4]="V@g38: @ohsnapjanine In the message list highlight today’s date, hit the menu button and select Mark Prior Opened ^BBS
";
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("