var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'If I return to Iran, I won't be allowed to leave'
";
arnews[0] += "Since August, Golshifteh Farahani has been living in Paris with her French-born husband, Amin Mahdavi.";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 23:18:53 GMT";
arnews[0] += "
";
arnews[1]="MEIFF 2010 to be held Oct. 2010
";
arnews[1] += "WAM ABU DHABI, Jan 4th, 2010: The Middle East International Film Festival, Abu Dhabi announced today that the fourth edition of the Festival will be held October 14 - 23, 2010, in Abu Dhabi, organizros said in a press release.";
arnews[1] += "
Publ.Date : Mon, 04 Jan 2010 18:22:24 GMT";
arnews[1] += "
";
arnews[2]="Entries for Fourth Annual MEIFF sought
";
arnews[2] += "The Middle East International Film Festival, Abu Dhabi today announced the dates for fourth edition of the Festival which will be held in October 14 - 23, 2010, in Abu Dhabi.";
arnews[2] += "
Publ.Date : Mon, 04 Jan 2010 07:44:50 GMT";
arnews[2] += "
";
arnews[3]="Iranian, Indonesian flicks share Kerala festival grand prize
";
arnews[3] += "Irana s international award-winning a oeAbout Ellya shared the grand prize with a oeFishing Platforma by Ravi Bharwani from Indonesia at Indiaa s International Film Festival of Kerala .";
arnews[3] += "
Publ.Date : Sat, 19 Dec 2009 20:38:02 GMT";
arnews[3] += "
";
arnews[4]=""About Elly" to represent Iranian cinema at Golden Globe Awards
";
arnews[4] += "Irana s a oeAbout Ellya is competing with 68 other movies for a foreign language Golden Globe award this year.";
arnews[4] += "
Publ.Date : Thu, 10 Dec 2009 04:21:09 GMT";
arnews[4] += "
";
arnews[5]=""About Elly" receives two accolades at APSA
";
arnews[5] += "Irana s international award-winning a oeAbout Ellya grabbed two prizes at the third annual Asia Pacific Screen Awards on Thursday in which 37 films from 16 countries competed.";
arnews[5] += "
Publ.Date : Sat, 28 Nov 2009 22:41:07 GMT";
arnews[5] += "
";
totcount = 6;
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("