var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Trailer: Frozen
"; arnews[0] += "What happens when you're stuck on a chairlift and can't get down? Writer/director Adam Green predicts a slow painful death in this cheesy horror movie starring Kevin Zegers, Shawn Ashmore and Emma Bell."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:12:46 GMT"; arnews[0] += "
"; arnews[1]="Frozen Movie Poster
"; arnews[1] += "Check out the latest movie poster for \"Frozen\" by director Adam Green starring Kevin Zegers, Shawn Ashmore and Emma Bell ."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:58:33 GMT"; arnews[1] += "
"; arnews[2]="Trapped on Film: Top 10 'No Escape' Scenarios
"; arnews[2] += "Trapped on Film: Top 10 \"No Escape\" Scenarios In the new movie Frozen , a group of fun-loving snowboarders - played by Shawn Ashmore, Emma Bell, and Kevin Zegers - get stuck on a chair lift."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:43:05 GMT"; arnews[2] += "
"; arnews[3]="'Frozen'
"; arnews[3] += "This thinnest of horror tales asks the question, what would you do if you were stranded on a ski lift, forgotten and left to freeze after the resort staff goes home? It's an utter bore watching as writer-director Adam Green struggles and fails to keep his one-note idea interesting for the length of a feature film."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Exclusive Video: Frozen Theater Q&A
"; arnews[4] += "On Friday, February 5th, the cast and crew of Adam Green's latest flick, Frozen , showed up at the Mann's Chinese 6 Theater in Hollywood for the premiere evening of the film."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:57:47 GMT"; arnews[4] += "
"; arnews[5]="Frozen
"; arnews[5] += "How do you make a decent thriller from this premise: three people stuck in a chairlift at a deserted ski resort? You don't. Realistically, what could happen to this trio dangling in midair? Will they be attacked by ravenous pterodactyls? All they can do is sit there getting colder and colder as they realize help isn't coming."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");