var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="michael: Topps Don Mattingly Rookie
";
arnews[0] += "Topps Don Mattingly Rookie -";
arnews[0] += "
";
arnews[1]="Dodgers' entire coaching staff to return next year
";
arnews[1] += "Dodgers' entire coaching staff to return next year -";
arnews[1] += "
";
arnews[2]="@hyshai Willie Randolph 03-04-1986 to 10-02-1989 Ron Guidry 03-04-1986 to 07-12-1989 Don Mattingly 02... http://chacha.com/q/cb8ym7bs
";
arnews[2] += "@hyshai Willie Randolph 03-04-1986 to 10-02-1989 Ron Guidry 03-04-1986 to 07-12-1989 Don Mattingly 02...";
arnews[2] += "
";
arnews[3]="@hyshai Willie Randolph 03-04-1986 to 10-02-1989 Ron Guidry 03-04-1986 to 07-12-1989 Don Mattingly 02... http://chacha.com/q/cb8ym7bs
";
arnews[3] += "@hyshai Willie Randolph 03-04-1986 to 10-02-1989 Ron Guidry 03-04-1986 to 07-12-1989 Don Mattingly 02...";
arnews[3] += "
";
arnews[4]="4chan.org: You are now aware Don Mattingly retired from the extreme butthurt...
";
arnews[4] += "You are now aware Don Mattingly retired from the extreme butthurt... -";
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("