var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="This week's DVD and Blu-ray releases
"; arnews[0] += "If nothing else, watching McG's Terminator Salvation at least puts Christian Bale's infamous on-set meltdown into perspective; if you had to pretend to be angry for so long in front of the camera then you'd probably end up angry in real life."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:08:43 GMT"; arnews[0] += "
"; arnews[1]="This week's DVD and Blu-ray releases
"; arnews[1] += "If nothing else, watching McG 's Terminator Salvation at least puts Christian Bale's infamous on-set meltdown into perspective; if you had to pretend to be angry for so long in front of the camera then you'd probably end up angry in real life."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:07:13 GMT"; arnews[1] += "
"; arnews[2]="Filming On a oeThronesa Complete
"; arnews[2] += "ABC Sets Premiere for Final Season of \"Lost\" >> Filming On \"Thrones\" Complete Filming on the pilot episode of \"A Game of Thrones\" has wrapped, reports SciFi Wire."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:10:26 GMT"; arnews[2] += "
"; arnews[3]="Jungle Book
"; arnews[3] += "Comic-book Kipling: Mowgli the Wolf-boy, the Black Jungle, the Monkey City. The initial half-hour or so is a well-crammed phantasmagoria of eye-widening images: the runaway tandem of horses dragging a burning remnant of an exploded buckboard through the jungle; the nose-to-nose staring contest between child and panther; the simian-infested sacred ..."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 03:12:36 GMT"; arnews[3] += "
"; arnews[4]="It's Reboot Casting Time! Who Should and Who Shouldn't Be a New Charlie's Angel
"; arnews[4] += "At first, the news that ABC would be remaking Charlie's Angels made me roll my eyes in annoyance at yet another remake, as I'm sure it caused most people to do, but after looking closer at the story, I kind of think it could be fun."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 20:11:41 GMT"; arnews[4] += "
"; arnews[5]="Lionsgate opens for Solomon Kane, Genius takes Tell Tale
"; arnews[5] += "Fango editor Tony Timpone reported in from the American Film Market with word that Lionsgate has apparently picked up U.S. rights to SOLOMON KANE."; arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 08:00: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("
");document.write("
");