var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Moe Arora: I'd rather listen to Kat DeLuna's squeaky voice than this.
"; arnews[0] += "I'd rather listen to Kat DeLuna's squeaky voice than this."; arnews[0] += "
"; arnews[1]="Corey Knierim: Dance Bailalo by Kat Deluna
"; arnews[1] += "Dance Bailalo by Kat Deluna -"; arnews[1] += "
"; arnews[2]="freedownloadfast: Kat Deluna feat Lil Wayne Unstoppable(2009)
"; arnews[2] += "Kat Deluna feat Lil Wayne Unstoppable(2009) -"; arnews[2] += "
"; arnews[3]="Happy Birthday Bitch! Kat DeLuna- Kat DeLuna's uber vacant labia turns a ripe 21 today. Greet the bitch a happy bir... http://bit.ly/3WGolr
"; arnews[3] += "Happy Birthday Bitch! Kat DeLuna- Kat DeLuna's uber vacant labia turns a ripe 21 today. Greet the bitch a happy bir..."; arnews[3] += "
"; arnews[4]="William Thomas: listening to "Kat Deluna - Dance Bailalo"
"; arnews[4] += "listening to \"Kat Deluna - Dance Bailalo\" -"; 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("
");