var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'24′ heading to the big-screen « Indiavision.com Blog
";
arnews[0] += "Hollywood actor Kiefer Sutherland's dream of bringing his hit American TV series “24″ to cinemas is set to come true, as Hollywood bosses have commissioned a script to turn it into a movie. Also Read Best of India Information : News ...";
arnews[0] += "
";
arnews[1]="Entertainment: Movie, Fashion, Music, Playboy, Hollywood ...
";
arnews[1] += "Kiefer Sutherland has indicated that the film would keep the show's all-in-one-day conceit but would ditch the real-time, allowing Jack to, say, fly from Serbia to London without the viewer suffering six episodes of bad airplane food. ...";
arnews[1] += "
";
arnews[2]="IndiaVision News - '24' heading to the big-screen
";
arnews[2] += "London, Feb 10 (IANS) Hollywood actor Kiefer Sutherland's dream of bringing his hit American TV series \"24\" to cinemas is set to come true, as Hollywood bosses have commissioned a script to turn it into a movie. ...";
arnews[2] += "
";
arnews[3]="'24′ To Hit The Big Screen?? | Parcbench
";
arnews[3] += "The script is said to have come through “24″ star Kiefer Sutherland, who is said to be eager to turn the long-running TV show into a feature franchise. The film would be produced by the TV show's key exec producers. ...";
arnews[3] += "
";
arnews[4]="Get Ready for '24: The Movie' | GossipO
";
arnews[4] += "As far as what mess hero Jack Bauer (Kiefer Sutherland) will get himself into this time, we do not know, except that the adventure will take him to Europe. In fact, it was Sutherland's idea in the first place, and he's the one who ...";
arnews[4] += "
";
arnews[5]="» Nightly News: Is Kiefer Sutherland Leaving 24?; Beyonce Rocks Rio
";
arnews[5] += "Nightly News: Is Kiefer Sutherland Leaving 24?; Beyonce Rocks Rio, Live News.";
arnews[5] += "
";
arnews[6]="Hollywood The Write Way: TV Review: 24 "Day 8: 10:00pm - 11:00pm"
";
arnews[6] += "Kiefer Sutherland's Jack Bauer is in unfamiliar territory here: For once he's got something to live for and it's rousing to see him tasked with pulling Renée Walker out of her hole of depression - a hole that he was buried in not so ...";
arnews[6] += "
";
arnews[7]="Blogs @ herald-dispatch.com: Stay Tuned: Is "24" Finally Headed to ...
";
arnews[7] += "The report says the script “came through” Kiefer Sutherland. I'm not really sure what that means, but it scares me a little because if you've seen any of Kiefer's recent movies you know he has trouble finding a good script… ...";
arnews[7] += "
";
arnews[8]=""24" May Be Headed to the Big Screen - News in Film
";
arnews[8] += "Kiefer Sutherland stars in the television drama in its eighth and final season, and he's apparently eager to appear in a big screen version, according to Variety. However, insiders cautioned the trade paper that the concept is still in ...";
arnews[8] += "
";
arnews[9]="Rumor Patrol: Is TV’s 24 Ending? Will Freddie Prinze Jr ...
";
arnews[9] += "If a 24 movie really is in the works, someone should tell Kiefer Sutherland.";
arnews[9] += "
";
totcount = 10;
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("