var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="mexe robinson: Ewan McGregor planea volver a realizar viaje en moto por varios países
"; arnews[0] += "Ewan McGregor planea volver a realizar viaje en moto por varios países"; arnews[0] += "
"; arnews[1]="Lloyd Shepherd: Funnyman Will Ferrell and British actor Ewan McGregor on Wednesday headed a Forbes.com list of Hollywood’s most overpaid stars when looking at the financial returns of their movies.
"; arnews[1] += "Funnyman Will Ferrell and British actor Ewan McGregor on Wednesday headed a Forbes.com list of Hollywood’s most overpaid stars when looking at the financial returns of their movies. -"; arnews[1] += "
"; arnews[2]="Boris Momčilović: pojacava utisak LOL RT @dinkenet Slicnosti izmedju @dzangrizalo i Ewan Mcgregor-a :) http://tinyurl.com/rcubog
"; arnews[2] += "pojacava utisak LOL RT @"; arnews[2] += "
"; arnews[3]="A.C.: bohemea: Jude Law & Ewan McGregor by Lorenzo Agius Love these two BFFs/former roomies. They both have this wonderful fluid sexuality about them and they’re both funny and pretty. They’ve got the whole package, these boys. totally!
"; arnews[3] += "bohemea: Jude Law & Ewan McGregor by Lorenzo Agius Love these two BFFs/former roomies. They both have this wonderful fluid sexuality about them and they’re both funny and pretty. They’ve got the whole package, these boys. totally! -"; arnews[3] += "
"; arnews[4]="A.C.: bohemea: Jude Law & Ewan McGregor by Lorenzo Agius
"; arnews[4] += "bohemea: Jude Law & Ewan McGregor by Lorenzo Agius -"; 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("
");