var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="4chan.org: This was Michael Jordan's best movie
"; arnews[0] += "This was Michael Jordan's best movie -"; arnews[0] += "
"; arnews[1]="J.Sewell Perkins: You have to expect things of yourself before you can do them. - Michael Jordan
"; arnews[1] += "You have to expect things of yourself before you can do them. - Michael Jordan"; arnews[1] += "
"; arnews[2]="Trey: MICHAEL JORDAN WEARS "MOM PANTS"
"; arnews[2] += "MICHAEL JORDAN WEARS \"MOM PANTS\" -"; arnews[2] += "
"; arnews[3]="Sri: B-Jennings is the first rookie with six 25-points-or-more games before Thanksgiving since someone named Michael Jordan in November 1984.
"; arnews[3] += "B-Jennings is the first rookie with six 25-points-or-more games before Thanksgiving since someone named Michael Jordan in November 1984."; arnews[3] += "
"; arnews[4]="Link Starbureiy: "There is no 'i' in TEAM. But there's 'i' in WIN. So whichever way you want it." - Michael Jordan
"; arnews[4] += "\"There is no 'i' in TEAM. But there's 'i' in WIN. So whichever way you want it.\" - Michael Jordan"; 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("
");document.write("
");