var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20 Minutes of Legion Seen
";
arnews[0] += "ComingSoon.net's horror arm ShockTillYouDrop.com got a chance to watch 20 minutes of footage from Screen Gems' Legion , directed by Scott Stewart and starring Paul Bettany, Dennis Quaid, Tyrese Gibson, Jon Tenney, Charles S. Dutton, Lucas Black, Kate Walsh, Doug Jones, Adrianne Palicki, Kevin Durand and Willa Holland.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:38:11 GMT";
arnews[0] += "
";
arnews[1]="Danger Makes Gossip Girl's Life Worthwhile
";
arnews[1] += "Even someone without Blair Waldorf's unerring nose for sexual tension would have caught a whiff of the mammalian scent in the air on Gossip Girl last night.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:47:58 GMT";
arnews[1] += "
";
arnews[2]="A Little Bit of Danger Makes Gossip Girla s Life Worth Living
";
arnews[2] += "Even someone without Blair Waldorf's unerring nose for sexual tension would have caught a whiff of the mammalian scent in the air on Gossip Girl last night.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:00:58 GMT";
arnews[2] += "
";
arnews[3]="Genova
";
arnews[3] += "Michael Winterbottom remains the wunderkind of world film, a filmmaker who moves easily between genres and ideas as far apart as the siege of Sarajevo where the images of a calculated war on the helpless and innocent are as potent as any in cinema to Wonderland written by his collaborator Laurence Coriat to capture the zeitgeist of a city.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 20:22:37 GMT";
arnews[3] += "
";
arnews[4]="Film Genova
";
arnews[4] += "AFTER a car accident that claims his young wife, literature college professor Joe relocates his family to the Italian city of Genoa hoping that the change will mark a new chapter for him and daughters Mary and Kelly .";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Death becomes him but cliche doesn't
";
arnews[5] += "The Sydney Morning Herald: national, world, business, entertainment, sport and technology news from Australia's leading newspaper.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 06:36:20 GMT";
arnews[5] += "
";
arnews[6]="Genova
";
arnews[6] += "British director Michael Winterbottom is nothing but unpredictable about where he will go next in film.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 22:24:45 GMT";
arnews[6] += "
";
arnews[7]="New horizons
";
arnews[7] += "The American Europhile writer Henry James once called the northern Italian city of Genova \"the most winding, incoherent of cities\". The Guardian newspaper's film critic Peter Bradshaw seems to think the same of UK director Michael Winterbottom's new film, saying: \"Genova is a labyrinthine city in which visitors can lose their way: Winter- bottom ...";
arnews[7] += "
Publ.Date : Thu, 29 Oct 2009 11:00:36 GMT";
arnews[7] += "
";
arnews[8]="I Need to Show You Guys the Dresses from the Elle Women in Hollywood Event
";
arnews[8] += "I'm a day late on this one, but I have to do a post on Elle's Women in Hollywood Style event, because some of the looks are pretty awesome and plus I have things to say about them.";
arnews[8] += "
Publ.Date : Wed, 21 Oct 2009 10:56:19 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("