var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Graham Stanley: @CallieWallie1 you're right - PC was good - didn't get to meet her, unfortunately, but shot scenes next to Rebecca Hall in the Ramblas
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Movie & TV deals: iTunes movies top 100: "Vicky Cristina Barcelona" Two young American women, Vicky (Rebecca Hall) and Cristina... http://dealnay.com/139255
"; arnews[1] += "iTunes movies top 100: \"Vicky Cristina Barcelona\" Two young American women, Vicky (Rebecca Hall) and Cristina..."; arnews[1] += "
"; arnews[2]="Movie & TV deals: iTunes best selling movie #92: "Vicky Cristina Barcelona" Two young American women, Vicky (Rebecca Hall) and... http://dealnay.com/139255
"; arnews[2] += "iTunes best selling movie"; arnews[2] += "
"; arnews[3]="LITERIA.pl: Vicky Cristina Barcelona (Blu-Ray) - Woody Allen
"; arnews[3] += "Vicky Cristina Barcelona (Blu-Ray) - Woody Allen -"; arnews[3] += "
"; arnews[4]="LITERIA.pl: Vicky Cristina Barcelona (Edycja z książką) - Woody Allen
"; arnews[4] += "Vicky Cristina Barcelona (Edycja z książką) - Woody Allen -"; 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("
");