var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Game show awards: corky ballas talks dancing with the stars!!!... (...
"; arnews[0] += "Game show awards: corky ballas talks dancing with the stars!!!... (... -"; arnews[0] += "
"; arnews[1]="Liz: Oh. My. God. Someone pinch me. I fuckin' met, chit-chatted with, took 2 classes with and even got props on my dancing from CORKY BALLAS!!!
"; arnews[1] += "Oh. My. God. Someone pinch me. I fuckin' met, chit-chatted with, took 2 classes with and even got props on my dancing from CORKY BALLAS!!!"; arnews[1] += "
"; arnews[2]="Liz: OMFG. I frickin' met, chit-chatted with, took 2 classes with, and even got props on my dancing from @CorkyBallas -- CORKY BALLAS! #DWTS OMGZ
"; arnews[2] += "OMFG. I frickin' met, chit-chatted with, took 2 classes with, and even got props on my dancing from @"; arnews[2] += "
"; arnews[3]="Liz: With CORKY BALLAS (aka Mark's Dad!) from Dancing w/ the Stars!
"; arnews[3] += "With CORKY BALLAS (aka Mark's Dad!) from Dancing w/ the Stars! -"; arnews[3] += "
"; arnews[4]="Tony: Updated: Corky Ballas - Professional Dancer: Corky Ballas is a retired professional ballroom dance.. http://bit.ly/mXKZY #dwts
"; arnews[4] += "Updated: Corky Ballas - Professional Dancer: Corky Ballas is a retired professional ballroom dance.."; 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("
");