var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="#dotpod Daybreakers: Willem Dafoe, Ethan Hawke y Sam Neill en una Matrix de vampiros http://tinyurl.com/y92xmcu
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="The Director's Cup: Exclusive: Richard Linklater on his 13 Year Film Project Starring Ethan Hawke and Patricia Arquette
";
arnews[1] += "Exclusive: Richard Linklater on his 13 Year Film Project Starring Ethan Hawke and Patricia Arquette -";
arnews[1] += "
";
arnews[2]="Shockya: New Daybreakers Poster Hits
";
arnews[2] += "New Daybreakers Poster Hits -";
arnews[2] += "
";
arnews[3]="Random Thoughts : Thurman and Hawke Hammer Out Divorce Details: Uma Thurman and Ethan Hawke met in a New .. http://bit.ly/2slDhe
";
arnews[3] += "Random Thoughts : Thurman and Hawke Hammer Out Divorce Details: Uma Thurman and Ethan Hawke met in a New ..";
arnews[3] += "
";
arnews[4]="sinemaniacfighter: Richard Linklater on his 13 Year Film Project Starring Ethan Hawke and Patricia Arquette
";
arnews[4] += "Richard Linklater on his 13 Year Film Project Starring Ethan Hawke and Patricia Arquette";
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("