var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Chris Bailey: Jayde Nicole’s Is Freaking Me Out
"; arnews[0] += "Jayde Nicole’s Is Freaking Me Out -"; arnews[0] += "
"; arnews[1]="Jordan Howell: RT @danwootton: OMG! TV gold when Janice Dickinson referred to Michelle Heaton as Mellisa. #imacelebrity
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Jordan Howell: @tony_the_nerd Janice Dickinson need to go in! She's hilarious on the ITV2 show
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Jordan Howell: RT @AnthonyVeloso: @imacelebrity get me out now on @itv2 love that show Janice Dickinson absolute legend :) #imacelebrity #KimToWin
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Ben Ayers: @heatworld Janice Dickinson is brilliant. And she is on 'Twatter' as she calls it @imTHEJanice #imacelebrity
"; arnews[4] += "@"; 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("
");