var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Bombay Summer rules New York film fest - Hindustan Times
"; arnews[0] += "Bombay Summer, which explores the fleeting and delicate friendship among three young people, won top three awards including best film and best director at the MIAAC Film Festival here in which Deepti Naval also bagged an honour. Joseph Mathew ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT"; arnews[0] += "
"; arnews[1]="'Bombay Summer' rules New York film fest, bags three awards - Deccan Herald
"; arnews[1] += "Joseph Mathew-Varghese was adjudged the best director and Tannishtha Chatterjee the best actress for her role in \"Bombay Summer\", which, set in contemporary India, subtly mirrors the turmoil within tradition-bound Indian society as it copes with ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");