var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="On Demand movie picks
"; arnews[0] += "Movies: All Movies) Minor Woody Allen, based on a 30-year-old script about a Manhattan sourpuss and the Southern-fried youngster he marries."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:19:08 GMT"; arnews[0] += "
"; arnews[1]="Battle for Terra
"; arnews[1] += "Director: Aristomenis Tsirbas Screenwriter: Evan Spiliotopoulos , Aristomenis Ts Starring: Justin Long , Brian Cox , Evan Rachel Wood , Luke Wilson , David Cross Running time: 85 mins Certificate: PG If Battle For Terra sounds a bit familiar , that's because it's pretty much the story of Pocahontas Dances With Wolves Avatar ."; arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Mickey Rourke and Megan Fox in Passion Play
"; arnews[2] += "Passion Play , written and directed by Mitch Glazer stars the always lovely Megan Fox and unpredictable Mickey Rourke ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:04:13 GMT"; arnews[2] += "
"; arnews[3]="First Look: Mickey Rourke and Megan Fox in Passion Play
"; arnews[3] += "We haven't done much coverage on the film Passion Play , which stars Mickey Rourke and Megan Fox ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:34:30 GMT"; arnews[3] += "
"; arnews[4]="Megan Fox's Boobs Emoting On 'Jonah Hex' Set
"; arnews[4] += "Megan Fox , seen here yesterday on the set of Jonah Hex , plays a gun-weilding prostitute in the film."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 19:59:41 GMT"; arnews[4] += "
"; arnews[5]="More...
"; arnews[5] += "February 6, 2010 - Here is the latest news from the offices of the OCA, including the list of athletes to take part in the 2010 Ontario Team spring camps, links to 2010 application forms for clubs and organizers, and a report on a recent visit by OCA members to the new Joyride 150 bike park."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 16:16:38 GMT"; arnews[5] += "
"; arnews[6]="But What Of The Walrus?
"; arnews[6] += "How much you're able to enjoy director Julie Taymor's Beatlesinfused musical Across the Universe depends on how willing you are to suspend disbelief and eye-rolling as the film's plot is hammered out of the raw material of no fewer than 33 tunes by the Fab Four, as well as references to lyrics from the rest of their song-book. As a test, see how ..."; arnews[6] += "
Publ.Date : Fri, 14 Sep 2007 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Vanity Fair young hollywood starlets March 2010 issue - Preview
"; arnews[7] += "The March issue of Vanity Fair magazine is hitting newsstands this week. This issue features young hollywood starlets making their mark in TV and film."; arnews[7] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");