var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="daveccorey: Lisa Marie Presley - Indifferent - Sound Stage
"; arnews[0] += "Lisa Marie Presley - Indifferent - Sound Stage -"; arnews[0] += "
"; arnews[1]="geetha: RT @Dorotheum Original Michael Jackson-Lisa Marie Presley signed marriage ... http://tinyurl.com/ylskplx
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="@MJJsuzie4444 I guessed MJ liked the part about him and lisa Marie Presley and their steamy sex life seeing as how many see him as asexual
"; arnews[2] += "@MJJsuzie4444 I guessed MJ liked the part about him and lisa Marie Presley and their steamy sex life seeing as how many see him as asexual -"; arnews[2] += "
"; arnews[3]="Ben Cogan: #QUOTE I'm like a lion - I roar. If someone betrays me, I won't be a victim. I don't sulk, I get angry. I go immedi... http://ow.ly/162xng
"; arnews[3] += ""; arnews[3] += "
"; arnews[4]="Jeromine: Michael Jackson, Madonna, Kurt Cobain, Bob Dylan... tous à vendre !
"; arnews[4] += "Michael Jackson, Madonna, Kurt Cobain, Bob Dylan... tous à vendre ! -"; 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("
");