var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mary Forrest: Mary Sitting at my desk working for 21 hours like in that Benicio del Toro movie where the soul weighs 21 hours. Right? I'm going out of my mind.
";
arnews[0] += "Sitting at my desk working for 21 hours like in that Benicio del Toro movie where the soul weighs 21 hours. Right? I'm going out of my mind.";
arnews[0] += "
";
arnews[1]="Teşekkür Ederiz: Evet hala Benicio Del Toro’nun Wolfman’ını bekliyoruz. Yeni trailer ile daha da sabırsızlanıyoruz.
";
arnews[1] += "Evet hala Benicio Del Toro’nun Wolfman’ını bekliyoruz. Yeni trailer ile daha da sabırsızlanıyoruz. -";
arnews[1] += "
";
arnews[2]="Amanda Pearl: kind of excited about Wolfman, not gonna lie. benicio del toro, anthony hopkins, hugo weaving. sounds pretty good!
";
arnews[2] += "kind of excited about Wolfman, not gonna lie. benicio del toro, anthony hopkins, hugo weaving. sounds pretty good!";
arnews[2] += "
";
arnews[3]="samora: Steven Soderbergh's & Benicio Del Toro's 'Epic',"CHE" is finaly out in S.A cinemas (cinema nouveau),time 2 finaly c da film,afta 1 yrs wait!
";
arnews[3] += "Steven Soderbergh's & Benicio Del Toro's 'Epic',\"CHE\" is finaly out in S.A cinemas (cinema nouveau),time 2 finaly c da film,afta 1 yrs wait!";
arnews[3] += "
";
arnews[4]="addami: The Wolfman: featurette con Benicio del Toro!
";
arnews[4] += "The Wolfman: featurette con Benicio del Toro! -";
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("