var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="amanda enclade: Do you know about eduFire? (a.k.a. Time to change the game) http://bit.ly/5SzwZS (eduFire is worth knowing about) vi a@erickb
"; arnews[0] += "Do you know about eduFire? (a.k.a. Time to change the game)"; arnews[0] += "
"; arnews[1]="Joe Youngblood: @baywatchboy Haven't had a chance to play much. Going to move the TV soon and hook the game systems back up.
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="GamerFeed: LEGO Indiana Jones 2 Parody Video: The Last Crusade
"; arnews[2] += "LEGO Indiana Jones 2 Parody Video: The Last Crusade -"; arnews[2] += "
"; arnews[3]="Webmaster Sinerteq: UK ::: GAME Chest ::: The name of the game http://www.gamechest.co.uk/
"; arnews[3] += "UK ::: GAME Chest ::: The name of the game"; arnews[3] += "
"; arnews[4]="Federico Figueredo: @tvandlust The game wins (seriously) for its amazing character interactions. It's the only thing that blows anything else off the water.
"; 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("
");document.write("
");