var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Celebrity Gossip: 2009 American Music Awards: Men: Per usual, Ne-Yo led the pack of men at the American Music Awards last nigh.. http://bit.ly/7dad5D
"; arnews[0] += "2009 American Music Awards: Men: Per usual, Ne-Yo led the pack of men at the American Music Awards last nigh.."; arnews[0] += "
"; arnews[1]="byron: @lolophoto that was actually first.. then Ne-Yo released it as a solo on his album after the NKOTB album released.
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Jeffcosfinest: @LexLockdown na that was some other turntableist. I said I like '05 Ne-Yo, which was only for "Stay" and "Sexy Love."
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="#musicmonday Hearbreakers - Ne-Yo / Bollywood Chick - Swollen Members / Pick Up the Phone - Dragonette
"; arnews[3] += ""; arnews[3] += "
"; arnews[4]="Mădălin Oprea: Gold Derby nuggets: Marc Shaiman added to Oscarcast team | Pete Hammond cheers ... - Los Angeles Times
"; arnews[4] += "Gold Derby nuggets: Marc Shaiman added to Oscarcast team | Pete Hammond cheers ... - Los Angeles Times -"; 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("
");