var arnews = new Array(14);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Season of The Witch TV Spot | Shockya.com
";
arnews[0] += "Lionsgate just released this new movie trailer for the upcoming film Season of the Witch by director Dominic Sena and starring Nicolas Cage, Ron Perlman.";
arnews[0] += "
";
arnews[1]="'Bad Lieutenant' review and interview with Nicolas Cage « Rebecca ...
";
arnews[1] += "'Bad Lieutenant' review and interview with Nicolas Cage. November 21, 2009 · Leave a Comment. Here's my interview with Nicolas Cage: socal.com. And my review of the film, which is totally worth seeing in theaters: socal.com ...";
arnews[1] += "
";
arnews[2]="SEASON OF THE WITCH Movie Trailer with Nicolas Cage | Daemon's Movies
";
arnews[2] += "Season of the Witch Synopsis: When two knights (Nicolas Cage, Ron Perlman) return from the Crusades, they find their homeland ravaged by the Black Plague. The church blames the plague on sorcery, and orders the knights to escort an ...";
arnews[2] += "
";
arnews[3]="The Chances We Take: In the Wake of the Hurricane, a Cage Bird ...
";
arnews[3] += "... police detective tramping around New Orleans and rubbing elbows with all sorts of unmentionables, and there is no mention of voodoo? For a movie that stars a possessed Nicolas Cage, this seems like a huge missed opportunity. ...";
arnews[3] += "
";
arnews[4]="BAD LIEUTENANT: PORT OF CALL NEW ORLEANS Movie Review | Daemon's ...
";
arnews[4] += "Bad Lieutenant: Port of Call New Orleans stars Nicolas Cage, Eva Mendes, Val Kilmer, Jennifer Coolidge, Fairuza Balk, Alvin \"Xzibit\" Joiner and is directed by Werner Herzog. If you are planning to go see the movie, here are a few ...";
arnews[4] += "
";
arnews[5]="Nicolas Cage Goes Medieval In 'Season Of The Witch' Trailer ...
";
arnews[5] += "When I first heard of Nicolas Cage doing a horror film, I almost cried. The memory of the god-awful 'Wickerman' is still fresh in my mind no matter how much I try to erase it. Only when I read more about it did my fears begin to go away ...";
arnews[5] += "
";
arnews[6]="NICOLAS CAGE ON THE 'CHALLENGE' OF BAD LIEUTENANT - Hollywood ...
";
arnews[6] += "We recently sat down with NICOLAS CAGE to talk about his new film, BAD LIEUTENANT: PORT OF CALL NEW ORLEANS. CAGE is no stranger to challenging roles and tells us that taking them is a way of facing fears. BAD LIEUTENANT is in theaters ...";
arnews[6] += "
";
arnews[7]="Nicolas Cage – Kryptonite | New Movies
";
arnews[7] += "nicolas cage 4 ever :D and 3 doors down also xD. By GEORGEALEXIADIS on Nov 22, 2009 | Reply. no. 0:28 isnt Next , but the Lord of War… By Shereeltb on Nov 22, 2009 | Reply. Awesome! By nightcrow90 on Nov 22, 2009 | Reply ...";
arnews[7] += "
";
arnews[8]="Raising Arizona | Arizona Plant .com
";
arnews[8] += "DescriptionVowing to go straight, a convenience store banditt (Nicolas Cage) proposes marriage to the police departments photographer (Holly Hunter). All.";
arnews[8] += "
";
arnews[9]="Putin Glory: Nicolas Cage as Terrence McDonagh
";
arnews[9] += "“Well, one, in the scene when he is doing the cocaine,” Herzog says. “And we use saccharine, of course, but it looked so totally convincing, I had a feeling that something was not right, and I had to stop the scene and ask him what was ...";
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("