var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nicolas Cage 'enters art competition' - Digital Spy
";
arnews[0] += "Nicolas Cage and his wife Alice have reportedly entered a spoof art competition. The couple submitted a homemade sculpture to the Turnip Prize, in which people are asked to produce a work with the least amount of effort possible. Entitled ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:33:00 GMT";
arnews[0] += "
";
arnews[1]="New Moon - Wall Street Journal
";
arnews[1] += "Actors Taylor Lautner (Jacob) and Kristen Stewart (Bella) in “The Twilight Saga: New Moon.” The hype has been building for “The Twilight Saga: New Moon” for months–and the initial reports indicate the eagerly-awaited supernatural movie is ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[1] += "
";
arnews[2]="Nicolas Cage turns in fearless performance in 'Bad Lieutenant' - Chicago Sun-Times
";
arnews[2] += "Nicolas Cage figures he owes no apologies when critics gripe about all the Hollywood action flicks he's done. An Academy Award winner for \"Leaving Las Vegas,\" Cage says commercial movies provide the freedom to do smaller, smarter films such as his ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:39:00 GMT";
arnews[2] += "
";
arnews[3]="Revealed: Crazy spending habits of Hollywood star Nicolas Cage - Daily Record
";
arnews[3] += "FOR 20 years, he has been one of the most bankable, talented and successful actors in Hollywood, earning tens of millions of dollars. But movie star Nicolas Cage has been accused of being one of the craziest big spenders in Hollywood, blowing his ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:14:00 GMT";
arnews[3] += "
";
arnews[4]="Nicolas Cage's Full "Season of the Witch" Trailer - WorstPreviews.com
";
arnews[4] += "Fandango has unveiled the full trailer for the upcoming fantasy/thriller \"Season of the Witch,\" starring Nicolas Cage and Ron Perlman.\" Check it out below. Plot: The story revolves around a group of knights in 14th century France who must transport a ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:33:00 GMT";
arnews[4] += "
";
arnews[5]="Bad Lieutenant a Great Crazy Cage Movie - CanMag
";
arnews[5] += "I do love me some crazy Nicolas Cage. All you need to tell me is Nicolas Cage is going crazy in a movie and I’m there. Bad Lieutenant: Port of Call New Orleans is a great crazy Nic Cage movie. He freaks out good about 15 minutes into the movie so I ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:44: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("