var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Who's Ronaldo's No1 woman?
"; arnews[0] += "POLICE are set to swoop on up to 30 doctors, nurses and chemists suspected of feeding Jacko's prescription drug addiction."; arnews[0] += "
Publ.Date : Tue, 07 Jul 2009 14:12:05 GMT"; arnews[0] += "
"; arnews[1]="Ronaldo: The 80m mummy's boy
"; arnews[1] += "SPORTING genius, spoilt brat and now the world's costliest footballer. Only one person can control Cristiano Ronaldo and now his devoted mother has got what she always wanted - a new life in Madrid."; arnews[1] += "
Publ.Date : Fri, 12 Jun 2009 12:23:30 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] += "
"; arnews[3]="Cristiano Ronaldo Goes To Real Madrid
"; arnews[3] += "In his native Portugal, Cristiano Ronaldo became the only player in Sporting Lisbon's history to play for the Under-18, Under-21, B team, and first team in one season."; arnews[3] += "
Publ.Date : Thu, 11 Jun 2009 22:36:51 GMT"; arnews[3] += "
"; totcount = 4; 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("
");