var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Best Selling Music: iTunes #music_rnb #10 song: I Get It In - Omarion © (C) 2009 Starworld Entertainment/Musicworks... http://dealnay.com/143339
"; arnews[0] += "iTunes"; arnews[0] += "
"; arnews[1]="@MalMacc omarion omarion the king of dance
"; arnews[1] += "@MalMacc omarion omarion the king of dance -"; arnews[1] += "
"; arnews[2]="Tim: I rated a YouTube video (5 out of 5 stars) -- Omarion - I Get It In (feat. Gucci Mane) Official Video http://bit.ly/4UMzu6
"; arnews[2] += "I rated a YouTube video (5 out of 5 stars) -- Omarion - I Get It In (feat. Gucci Mane) Official Video"; arnews[2] += "
"; arnews[3]="Andrew: Bow Wow Feat Omarion - Hey Baby (Jump Off) High Qu
"; arnews[3] += "Bow Wow Feat Omarion - Hey Baby (Jump Off) High Qu -"; arnews[3] += "
"; arnews[4]="Classick: RT @RandiRossario: Didnt Omarion do that chest pump thingy 5 years ago? Come better next time Alicia
"; arnews[4] += "RT @"; 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("
");