var arnews = new Array(7); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="LAFF receives $30,000 Academy Foundation grant for International ... - Screendaily
"; arnews[0] += "Film Independent has received a $30,000 grant for the 2010 Los Angeles Film Festival (LAFF) from the Academy Foundation of The Academy Of Motion Picture Arts And Sciences. The festival is one of 24 in the US to receive grants designed to make the ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:03:00 GMT"; arnews[0] += "
"; arnews[1]="Mexico maintains film funding - Variety
"; arnews[1] += "... early October after coming under fierce pressure from the film community — pressure furthered by a recent, high-profile visit to Congress by industryites including thesp Diego Luna and Mexican Academy prexy Pedro Armendariz Jr. The budget ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:53:00 GMT"; arnews[1] += "
"; arnews[2]="Rudo y Cursi - San Diego weekly Reader
"; arnews[2] += "The feature directing debut of Carlos Cuarón, brother of Alfonso, shows off an unsteady camera and damp lighting, but also a couple of definite assets in Gael García Bernal and Diego Luna. 2008."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 22:43:00 GMT"; arnews[2] += "
"; arnews[3]="LA Film Festival Receives $30,000 Grant - TheWrap
"; arnews[3] += "Disney released a triptych of posters for this spring's \"Alice in Wonderland\" on Thursday. The posters give audiences a look at Johnny Depp's Mad Hatter, Helena Bonham Carter's Red Queen, Anne Hathaway's White Queen, and Mia Wasikowska's Alice. Take ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:32:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");