var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Morning Links
";
arnews[0] += "Get used to these pictures for the next few weeks! Tori Spelling and Dean McDermott take the kids out to the pumpkin patch.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 14:18:06 GMT";
arnews[0] += "
";
arnews[1]="Bigas Luna to shoot 'D D Hollywood'
";
arnews[1] += "BARCELONA Veteran Catalan helmer Bigas Luna will shoot \"D D Hollywood,\" toplining Elsa Pataky and Peter Coyote .";
arnews[1] += "
Publ.Date : Fri, 11 Sep 2009 19:05:20 GMT";
arnews[1] += "
";
arnews[2]="Bigas Luna to shoot 'D D Hollywood'
";
arnews[2] += "BARCELONA Veteran Catalan helmer Bigas Luna will shoot \"D D Hollywood,\" toplining Elsa Pataky and Peter Coyote .";
arnews[2] += "
Publ.Date : Fri, 11 Sep 2009 19:05:20 GMT";
arnews[2] += "
";
arnews[3]="TIFF 2008: Filmfest yearbook
";
arnews[3] += "Michael Cera wasn't your typical first-year high school student at Brampton's Heart Lake Secondary School.";
arnews[3] += "
Publ.Date : Fri, 29 Aug 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="SDCC Review: Give 'Em Hell Malone
";
arnews[4] += "Way back all those many days ago at the 2009 San Diego Comic Con , I got a chance to take an early look at Give 'Em Hell Malone , the noir thriller starring Thomas Jane and Ving Rhames.";
arnews[4] += "
Publ.Date : Tue, 11 Aug 2009 07:30:07 GMT";
arnews[4] += "
";
arnews[5]="Mancora
";
arnews[5] += "A college student goes off the deep end after losing his father, his girlfriend, and his job, and sets off on a road trip to the title beach town.";
arnews[5] += "
Publ.Date : Thu, 06 Aug 2009 06:17:30 GMT";
arnews[5] += "
";
arnews[6]="Behind the Seams: Cartier International Polo Day 2009
";
arnews[6] += "Welcome to the lives of the rich and fabulous. What better way to spend a Summer Sunday than in honor of Cartier, witnessing polo and sipping champagne.";
arnews[6] += "
Publ.Date : Mon, 27 Jul 2009 20:00:22 GMT";
arnews[6] += "
";
arnews[7]="Worth Watching - July 20: Trailer for Bernard Rose's Mr. Nice
";
arnews[7] += "This trailer for Mr. Nice was pitched to me as \"British version of Blow based on the true story of Howard Marks .\" Thought I think it seems more like a British version of American Gangster .";
arnews[7] += "
Publ.Date : Tue, 21 Jul 2009 06:19:18 GMT";
arnews[7] += "
";
arnews[8]="Blood Flows in New Giallo Stills
";
arnews[8] += "Something very unpleasant is happening to Elsa Pataky, the young woman in one of three new stills from Dario Argento's Giallo ; hopefully the audience won't feel the same while watching the film.";
arnews[8] += "
Publ.Date : Sat, 18 Jul 2009 07:36:35 GMT";
arnews[8] += "
";
totcount = 9;
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("