var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ron Mexico: adam morrison is gonna be a washington general next season. he can't even be a globetrotter.
";
arnews[0] += "adam morrison is gonna be a washington general next season. he can't even be a globetrotter.";
arnews[0] += "
";
arnews[1]="David Lovekamp: Adam Morrison Airball Count: 2. (via @TheNoLookPass) I was just about to post that. lol Why am I still watching?
";
arnews[1] += "Adam Morrison Airball Count: 2. (via @";
arnews[1] += "
";
arnews[2]="Fred: With Luke out, Adam Morrison needs to step up. #lakers
";
arnews[2] += "With Luke out, Adam Morrison needs to step up.";
arnews[2] += "
";
arnews[3]="David Lovekamp: Adam Morrison might get some playing time the way this game is going. Should top 3 picks be garbage time players 2 years into their career?
";
arnews[3] += "Adam Morrison might get some playing time the way this game is going. Should top 3 picks be garbage time players 2 years into their career?";
arnews[3] += "
";
arnews[4]="David Lovekamp: Adam Morrison!
";
arnews[4] += "Adam Morrison!";
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("