var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Interview: Shawn Ashmore Gets Frozen - ShockTillYouDrop.com
";
arnews[0] += "Shock had the opportunity to speak candidly with the actor about what was one of his most challenging (both physically and emotionally) roles to date. (Beware of mild spoilers if you haven't seen the trailer yet.) Robg.: Speaking of the script, it ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:24:00 GMT";
arnews[0] += "
";
arnews[1]="Jill Scott on Passing of Anthony Minghella; Shawn Ashmore Still ... - National Ledger
";
arnews[1] += "Jill Scott and the cast of HBO's \"The No. 1 Ladies' Detective Agency\" have garnered rave reviews and nominations this awards season, but Scott remains devastated about the passing of the series' Oscar-winning director, Anthony Minghella. Frozen Left ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 17:29:00 GMT";
arnews[1] += "
";
arnews[2]="Travolta plays action hero in 'Paris' - Northwest Explorer
";
arnews[2] += "Rated R for bloody violence throughout, drug content, pervasive language and brief sexuality. Running time: 95 minutes. One star out of four. In the space of just a few weeks, we have movies starring Harrison Ford, Mel Gibson and John Travolta. It's ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT";
arnews[2] += "
";
arnews[3]="Icy premise slaloms into silliness - New York Post
";
arnews[3] += "Green contrives to strand Joe (Shawn Ashmore), Dan (Kevin Zegers) and Dan's girlfriend Parker (Emma Bell) 50 feet in the air up the mountain after closing one night, with a storm moving in. The sheer mechanics of their situation generates thrills for ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[3] += "
";
arnews[4]="Movie Review: Frozen (2010) Trailer, Too - RantRave | Published Opinion.
";
arnews[4] += "Pros: Frozen puts viewers in a familiar situation, a “what-would-you-do?” which builds intensity. Cons: Doesn’t seem very believable. What, you can’t tuck and roll and ski down the mountain? Be smart, kids! I just watched the Frozen movie ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[4] += "
";
arnews[5]="MOVIE REVIEW: ‘Frozen’ musters only a few chills - Carroll County Times
";
arnews[5] += "A scene from \"Frozen\" is shown. The three players of “Frozen” kill some time while suspended on a ski lift discussing the worst ways to die. For them, it turns out that being suspended on a ski lift, forgotten and left to freeze after the resort ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:21: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("