var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Wolfman (2010) Trailer 2
";
arnews[0] += "Movie News: www.cinemarewind.com Second trailer for 'The Wolfman' - starring Benicio Del Toro, Anthony Hopkins, Emily Blunt, Hugo Weaving, Geraldine Chaplin. Lawrence Talbot is a...";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 15:46:13 GMT";
arnews[0] += "
";
arnews[1]="The Wolfman - Theatrical Trailer
";
arnews[1] += "the night his mother died. After he left the sleepy Victorian hamlet of Blackmoor, he spent decades recovering and trying to forget. But when his brothers fiancée, Gwen Conliffe...";
arnews[1] += "
Publ.Date : Tue, 25 Aug 2009 00:16:03 GMT";
arnews[1] += "
";
arnews[2]="The Wolfman in HD
";
arnews[2] += "Inspired by the classic Universal film that launched a legacy of horror, The Wolfman brings the myth of a cursed man back to its iconic origins. Oscar® winner Benicio Del Toro...";
arnews[2] += "
Publ.Date : Mon, 24 Aug 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Wolfman - Trailer [HD]
";
arnews[3] += "The Wolfman (2010) Trailer Genre: Horror / Thriller Release date: February 12, 2010 Director: Joe Johnston Cast: Benicio Del Toro, Anthony Hopkins, Emily Blunt, Hugo Weaving,...";
arnews[3] += "
Publ.Date : Fri, 21 Aug 2009 09:44:48 GMT";
arnews[3] += "
";
arnews[4]="Green Lantern Trailer
";
arnews[4] += "Fellowship of the Ring Firefly Dragonball Evolution Trailer Galaxy Quest The Fountain Trailer Superman Returns Trailer The Day the Earth Stood Still Smallville Justice League TAS...";
arnews[4] += "
Publ.Date : Fri, 22 May 2009 08:06:46 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="V For Vendetta - Exclusive interview with Hugo Weaving
";
arnews[5] += "From the acclaimed graphic novel comes the tale of a masked vigilante in a Fascist Britain and the young woman he takes under his wing.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:05:43 GMT";
arnews[5] += "
";
arnews[6]="The Matrix Reloaded Trailer
";
arnews[6] += "Neo, Trinity and Morpheus continue to battle a war against the A.I.s and free more minds from the Matrix.";
arnews[6] += "
Publ.Date : Tue, 16 Sep 2008 12:02:59 GMT";
arnews[6] += "
";
arnews[7]="Little Fish Trailer
";
arnews[7] += "Set in the Little Saigon district outside of Sydney, a woman trying to escape her past becomes embroiled in a drug deal.";
arnews[7] += "
Publ.Date : Tue, 16 Sep 2008 12:02:40 GMT";
arnews[7] += "
";
arnews[8]="Hugo Weaving
";
arnews[8] += "Sky Movies Interview with Hugo Weaving from V for Vendetta";
arnews[8] += "
Publ.Date : Wed, 09 May 2007 16:33:38 GMT";
arnews[8] += "
";
arnews[9]="UNITED KINGDOM: Attending the UK premiere of 'Little Fish', Cate Blanchett dismisses retirement rumours
";
arnews[9] += "Cate Blanchett on Sunday (July 16) put an end to rumours about her retirement and relocation to Australia. The Oscar-winning actress, who is currently filming 'The Golden Age', a...";
arnews[9] += "
Publ.Date : Thu, 20 Jul 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("