var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Director's Cup: Casting Notes: Ray Winstone in Red Snow; Goran Visnjic in Beginners; Gwyneth Paltrow in Let the Right One In Director’s Next
";
arnews[0] += "Casting Notes: Ray Winstone in Red Snow; Goran Visnjic in Beginners; Gwyneth Paltrow in Let the Right One In Director’s Next -";
arnews[0] += "
";
arnews[1]="John Doe: Beginners - Goran Visnjic integra o elenco - 09/11/2009 14:21
";
arnews[1] += "Beginners - Goran Visnjic integra o elenco - 09/11/2009 14:21 -";
arnews[1] += "
";
arnews[2]="toddkmeadows: #Film Here’s a bit of casting news to start the day. Ray Winstone has jumped onto Red Snow, a “serial kill.. http://bit.ly/ODFNW
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Filmman39: Beginners Has Begun: Ewan McGregor, Christopher Plummer, Goran Visnjic and Mélanie Laurent have all joined the .. http://bit.ly/SANzi
";
arnews[3] += "Beginners Has Begun: Ewan McGregor, Christopher Plummer, Goran Visnjic and Mélanie Laurent have all joined the ..";
arnews[3] += "
";
arnews[4]="Ice.Age.Complete.Collection.Pack.2002-2009.720p.BluRay.DTS.x264-HiDt[冰河世纪1 2 3(+导评音轨)打包全集含中英文字幕] (电影(720p))
";
arnews[4] += "Ice.Age.Complete.Collection.Pack.2002-2009.720p.BluRay.DTS.x264-HiDt[冰河世纪1 2 3(+导评音轨)打包全集含中英文字幕] (电影(720p)) -";
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("