var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Flavio Santos: 'NINE' - NEW MUSICAL Trailer - Daniel Day-Lewis - Kate Hudson - Nicole Kidman - HD
";
arnews[0] += "'NINE' - NEW MUSICAL Trailer - Daniel Day-Lewis - Kate Hudson - Nicole Kidman - HD -";
arnews[0] += "
";
arnews[1]="Kelsey Ruger: I will probably see 'Nine' just to see Daniel Day Lewis perform again.
";
arnews[1] += "I will probably see 'Nine' just to see Daniel Day Lewis perform again.";
arnews[1] += "
";
arnews[2]="Screwdini: Daniel Day Lewis is amazing, and now he is staring in a remake (of the legendary Fellini movie 8_1/2) only this tim... http://bit.ly/4uaKbF
";
arnews[2] += "Daniel Day Lewis is amazing, and now he is staring in a remake (of the legendary Fellini movie 8_1/2) only this tim...";
arnews[2] += "
";
arnews[3]="Marbella: There Will Be Blood en el HBO. Daniel Day-Lewis es mi actor favorito #infoinĂștil
";
arnews[3] += "There Will Be Blood en el HBO. Daniel Day-Lewis es mi actor favorito";
arnews[3] += "
";
arnews[4]="david james: Oh shit. I can't wait to see Nine!!!! Daniel day-Lewis and Marion cotillard?!?! I'm so there
";
arnews[4] += "Oh shit. I can't wait to see Nine!!!! Daniel day-Lewis and Marion cotillard?!?! I'm so there";
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("