var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RAPatton: Nine: the film that seduced Hollywood’s biggest stars - Telegraph - http://www.telegraph.co.uk/culture/film/starsandstories/6607684/Nine-the-film-that-seduced-Hollywoods-biggest-stars.html
";
arnews[0] += "Nine: the film that seduced Hollywood’s biggest stars - Telegraph -";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: Penelope Cruz Makes Seductive Performance in Fresh 'Nine' Clips - AceShowbiz (blog)
";
arnews[1] += "Penelope Cruz Makes Seductive Performance in Fresh 'Nine' Clips - AceShowbiz (blog) -";
arnews[1] += "
";
arnews[2]="TopPix Autographs: Marion Cotillard - Signing Autographs at 'Nine' Screening and Q & A in NYC
";
arnews[2] += "Marion Cotillard - Signing Autographs at 'Nine' Screening and Q & A in NYC -";
arnews[2] += "
";
arnews[3]="aysikukedisi: THE HITCHCOCK CLASSICS-Vanity Fair
";
arnews[3] += "THE HITCHCOCK CLASSICS-Vanity Fair -";
arnews[3] += "
";
arnews[4]="marissa1331: il sorriso di Marion Cotillard farebbe sciogliere un iceberg.
";
arnews[4] += "il sorriso di Marion Cotillard farebbe sciogliere un iceberg.";
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("