var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Trailer: Nicolas Cage Gets Medieval In Season Of The Witch
"; arnews[0] += "No matter how often we laugh about his bad hair and over-the-top acting choices, Nicolas Cage is everywhere these days, toting around his lucky crack pipe in Bad Lieutenant , training Jay Baruchel in the art of magic in The Sorcerer's Apprentice , and in a DVD store somewhere near you, screaming about the end of the world in this year's Knowing ."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:20:50 GMT"; arnews[0] += "
"; arnews[1]="How To Train Your Dragon - Trailer
"; arnews[1] += "From the studio that brought you \"Shrek,\" \"Madagascar\" and \"Kung Fu Panda\" comes \"How to Train Your Dragon.\" Set in the mythical world of burly Vikings and wild dragons, and based on the book by Cressida Cowell, the action comedy tells the story of Hiccup, a Viking teenager who doesn't exactly fit in with his tribe's longstanding tradition of ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Trailer Report
"; arnews[2] += "The bad news? The glut of 3D animated comedies continues. The good news? Some of them are brilliant entertainments."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 08:57:24 GMT"; arnews[2] += "
"; arnews[3]="Schuyler Fisk to join Gus Van Sant film
"; arnews[3] += "Gus Van Sant film keeps it in the family Henry Hopper, Schuyler Fisk join drama By Borys Kit Nov 12, 2009, 11:00 PM ET The casting process of Columbia and Imagine's untitled Gus Van Sant drama is keeping with the project's familial theme."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 03:24:23 GMT"; arnews[3] += "
"; arnews[4]="Chan marks anniversary of Peking Opera school
"; arnews[4] += "Jackie Chan didn't take acting lessons or attend a fancy conservatory. The biggest star in kung fu cinema learned his craft from a retired Peking Opera star who turned his apartment into a performing arts boot camp for working-class Hong Kong children in the 1960s."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:40:50 GMT"; arnews[4] += "
"; arnews[5]="Gus Van Sant film keeps it in the family
"; arnews[5] += "The casting process of Columbia and Imagine's untitled Gus Van Sant drama is keeping with the project's familial theme."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 16:00:00 GMT"; arnews[5] += "
"; arnews[6]="Trailer: 'How To Train Your Dragon'
"; arnews[6] += "The latest DreamWorks animation How To Train Your Dragon centres on an awkward Viking teen called Hiccup who takes in a wounded fire-breathing beast."; arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 15:20:03 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("
");