var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Surfeit of Indian Cinema
";
arnews[0] += "So far this month New York has been host to two South Asian film festivals. The South Asian International Film Festival was last week.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 18:05:06 GMT";
arnews[0] += "
";
arnews[1]="A critical look at the Filmfest
";
arnews[1] += "THE BAND'S VISIT - BREAKFAST WITH SCOT - BRICK LANE - LE CEDRE PENCHE - CHACUN SON CINEMA - CLOSING THE RING - CONTINENTAL , A FILM WITHOUT GUNS - CONTROL - DAYS OF DARKNESS - THE DIVING BELL AND THE BUTTERFLY - EASTERN PROMISES - THE EDGE OF HEAVEN - FLASH POINT - FOUR MONTHS, THREE WEEKS AND TWO DAYS - THE JANE AUSTEN BOOK CLUB - JAR CITY - KING ...";
arnews[1] += "
Publ.Date : Sun, 02 Sep 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Vote: The Most Exciting Trailers
";
arnews[2] += "Many of us have been tempted to catch a movie on the big sceen after watching the trailers.";
arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 17:56:22 GMT";
arnews[2] += "
";
arnews[3]="Lightened up
";
arnews[3] += "There was storytelling of a different kind at the Middle East International Film Festival on Saturday, when 80 of the capital's children, with parents in tow, were entertained by clowns, puppets and book readings before the Middle East premier of the family comedy Shorts.";
arnews[3] += "
Publ.Date : Sun, 11 Oct 2009 22:03:53 GMT";
arnews[3] += "
";
arnews[4]="Travel agent returns as filmmaker
";
arnews[4] += "Joseph Mathew left Abu Dhabi almost two decades years ago, bound for a career as a US photojournalist.";
arnews[4] += "
Publ.Date : Sat, 10 Oct 2009 00:11:31 GMT";
arnews[4] += "
";
arnews[5]="Satish Kaushik excited as 'Road, Movie' heads to Tokyo
";
arnews[5] += "Director-actor Satish Kaushik is happily giving Diwali celebrations at home a miss to be at the Tokyo International Film Festival for the Asian premiere of much-acclaimed film 'Road, Movie', in which he plays a wanderer.";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 05:32:55 GMT";
arnews[5] += "
";
arnews[6]="Road, Movie
";
arnews[6] += "An Indian Films presentation of an August Entertainment production in association with Studio 18.";
arnews[6] += "
Publ.Date : Sun, 27 Sep 2009 21:16:42 GMT";
arnews[6] += "
";
arnews[7]="Smashing Premiere of Road, Movie at Toronto
";
arnews[7] += "The Indian Films- Studio 18 presented Road, Movie had a grand premiere at Toronto's historic and cavernous Winter Garden Theatre on September 18.";
arnews[7] += "
Publ.Date : Mon, 21 Sep 2009 08:16:59 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("