var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Gather your nuts
"; arnews[0] += "We all like to say that the end of the year is the time for a better, more thoughtful breed of movie - you know, the fancy-pants pictures, whose solemn duty is to clear the last stink of summer blockbuster from the air and replace it with the fine incense of awards-buzz respectability."; arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Early Oscar Predictions
"; arnews[1] += "The last few months of the year will see what The Cynic hopes will be movies worth talking about throughout the remaining months of this year, a year that I consider one of the worst for movies."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:40:55 GMT"; arnews[1] += "
"; arnews[2]="The Top 10 Films for the 2010 Oscars
"; arnews[2] += "Precious. No other movie has gotten the media attention or the Buzz as much as this Oprah and Tyler Perry Co-produced film."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:33:12 GMT"; arnews[2] += "
"; arnews[3]="How Many Actresses Will Be Rumored for Black Cat?
"; arnews[3] += "Ever since Rachel McAdams laughed off the rumors that she would be cast as Black Cat in Spider-Man 4 , the role has become one of the hottest topics around."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:05:46 GMT"; arnews[3] += "
"; arnews[4]="Hollywood's winter wonderland
"; arnews[4] += "Thank you for the movie summaries. I found them to be an easy read: well-written, brief, and to the point."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:23:54 GMT"; arnews[4] += "
"; arnews[5]="Peter Jackson asked to up the agony in - Lovely Bones'
"; arnews[5] += "Filmmakers trying to satisfy a US movie rating aimed at mostly teenagers often complain that theya re forced to cut violent scenes, and those edits compromise the directora s vision."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Mayor's delight at Jackson premiere for city
"; arnews[6] += "Thursday, 19 November 2009, 11:17 am Press Release: Wellington City Council News release 18 November 2009     Mayor's delight at Jackson premiere for city   Hollywood is returning to Wellington with the announcement of another red carpet premiere for the city."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 03:27:37 GMT"; arnews[6] += "
"; totcount = 7; 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("
");