var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="a Q&a with 'Juno' director Jason Reitman
"; arnews[0] += "Jason Reitman is three for three. In both his debut satire \"Thank You For Smoking,\" and his sophomore smash \"Juno,\" the director and son of Ivan Reitman has proven himself to be a formidable filmmaker in a cinematic world where being original can be one of the hardest things to achieve."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:26:45 GMT"; arnews[0] += "
"; arnews[1]="Where teen wolves? Here, in these films
"; arnews[1] += "\"The Twilight Saga: New Moon\" spotlights teenager Jacob Black , whose mood swings, hormonal urges and sprouting hair would be blamed on puberty, if he weren't a werewolf."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:12:09 GMT"; arnews[1] += "
"; arnews[2]="I'm Not a Tour Guide: More Clips from 'Up in the Air'
"; arnews[2] += "Paramount Pictures has provided us with two new clips from their upcoming release Up in the Air , from Thank You for Smoking and Juno director Jason Reitman."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:56:26 GMT"; arnews[2] += "
"; arnews[3]="Up in the Air
"; arnews[3] += "George Clooney , Vera Farmiga , Anna Kendrick , Jason Bateman , Tamala Jones , Chris Lowell Genre: Drama R TheUpintheAirmovie.com Review: 9.5/10 rating DVD: From Jason Reitman, the Oscar nominated director of \"Juno,\" comes a comedy called \"Up in the Air\" starring Oscar winner George Clooney as Ryan Bingham, a corporate hatchet man who loves his ..."; arnews[3] += "
Publ.Date : Fri, 29 Aug 2008 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Top 10 Box Office
"; arnews[4] += "In this quirky dark comedy inspired by a real life story you will hardly believe is actually true, astonishing revelations about a top-secret wing of the U.S. military come to light when a reporter encounters an enigmatic Special Forces operator on a mind-boggling mission."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:32:43 GMT"; arnews[4] += "
"; arnews[5]="Willington hit Saints for six
"; arnews[5] += "TOM Bartram netted four goals as Willington beat Netherseal St Peters 6-3 in the Tag Premier Divisional Cup first round, writes OLVA LLOYD."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:58:44 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("
");document.write("
");