var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Let's Just Hope They Won't Be Hitting The Beach In A Bikini
"; arnews[0] += "Mariah Carey and Donatella Versace landed in Rio yesterday for tomorrow's Oi Fashion Rocks ."; arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 18:03:51 GMT"; arnews[0] += "
"; arnews[1]="Victoria's Secrets girls gets Raica
"; arnews[1] += "VICTORIA'S SECRET have showcased their new Brazilian. RAICA OLIVEIRA , who once dated tubby World Cup winner RONALDO , sizzles in the firm's latest lingerie ads."; arnews[1] += "
Publ.Date : Thu, 15 Oct 2009 13:56:37 GMT"; arnews[1] += "
"; arnews[2]="80m ace's Hilton exit at dawn
"; arnews[2] += "NAMED AFTER: Dad's favourite hotel. TITLE: Guinness World Records' Most Over-rated Celebrity."; arnews[2] += "
Publ.Date : Fri, 12 Jun 2009 04:57:28 GMT"; arnews[2] += "
"; totcount = 3; 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("
");