var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Onur Cengiz: Issız Adam filmindeki Alper karakteri Spanglish'deki Adam Sandler'in kötü ikizi gibi. Şimdi farkettim.
"; arnews[0] += "Issız Adam filmindeki Alper karakteri Spanglish'deki Adam Sandler'in kötü ikizi gibi. Şimdi farkettim."; arnews[0] += "
"; arnews[1]="Amanda Magee: Tea Leoni has a distinct voice. I mean, it took me 45 face-contorting seconds to identify it, but it was distinct. #bloggingoutofviewofthetv
"; arnews[1] += "Tea Leoni has a distinct voice. I mean, it took me 45 face-contorting seconds to identify it, but it was distinct."; arnews[1] += "
"; arnews[2]="JD Mumma, Ami.: 24,000 children die everyday from preventable causes - CNN 'Hero' Tea Lioni (actress) explains Unicef's efforts - http://is.gd/4RzeT
"; arnews[2] += "24,000 children die everyday from preventable causes - CNN 'Hero' Tea Lioni (actress) explains Unicef's efforts -"; arnews[2] += "
"; arnews[3]="just saw "Deep Impact" with Elijah Wood, Tea Leoni and Morgan Freeman, i don't know why but i like the movie a lot
"; arnews[3] += "just saw \"Deep Impact\" with Elijah Wood, Tea Leoni and Morgan Freeman, i don't know why but i like the movie a lot -"; arnews[3] += "
"; arnews[4]="Maria Carolina A. Cintra: Adoro um filme catastrofe, ri muito naquele outro filme X naquela hora em que a Tea Leoni é atingida por uma grande onda abraçada ao pai :D
"; arnews[4] += "Adoro um filme catastrofe, ri muito naquele outro filme X naquela hora em que a Tea Leoni é atingida por uma grande onda abraçada ao pai :D"; 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("
");