var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="1408 simple
";
arnews[0] += "Director: Mikael Hafstrum Writers (WGA): Stephen King ( short story from 'Everything's Eventual') Genre: Horror / Thriller Tagline: The Dolphin Hotel invites you to stay in any of...";
arnews[0] += "
Publ.Date : Mon, 02 Mar 2009 17:31:59 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Colin Farrell, gangstar gentiluomo
";
arnews[1] += "Irlandese irrequieto e, ogni tanto, vittima degli stravizi. Ma, forse, proprio per questo, un mito. Colin Farrell ha illuminato con il suo fascino 'maledetto' Roma. Tante fan in...";
arnews[1] += "
Publ.Date : Mon, 17 Nov 2008 03:52:39 GMT";
arnews[1] += "
";
arnews[2]="American Outlaws - Commercial
";
arnews[2] += "American Outlaws (2001) DIRECTORLes Mayfield SCRIPTRoderick Taylor & John Rogers (From: Roderick Taylor) MUSICTrevor Rabin PHOTOGRAPHYRussell Boyd CASTColin Farrell, Scott Caan,...";
arnews[2] += "
Publ.Date : Sun, 21 Sep 2008 13:59:18 GMT";
arnews[2] += "
";
arnews[3]="Nantucket High School -The Music Man- Behind The Scenes 2008
";
arnews[3] += "Made by: Max Collins for Atomic Lizard Services narrated by: Max Collins It was great working with all of you! The Music Man Cast of Characters In order of appearance...";
arnews[3] += "
Publ.Date : Fri, 28 Mar 2008 00:14:26 GMT";
arnews[3] += "
";
arnews[4]="Nantucket High School -The Music Man- Behind The Scenes 2008
";
arnews[4] += "Made by: Max Collins for Atomic Lizard Services narrated by: Max Collins It was great working with all of you! The Music Man Cast of Characters In order of appearance...";
arnews[4] += "
Publ.Date : Fri, 28 Mar 2008 00:14:26 GMT";
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("