var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Demian Bichir Set for Hidalgo-Moliere - MovieWeb
";
arnews[0] += "Demian Bichir will star in the Mexican film Hidalgo-Moliere , which centers on the father of the Mexican independence movement. According to The Hollywood Reporter , the actor also is in talks for a starring role in an untitled drama about South ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:01:00 GMT";
arnews[0] += "
";
arnews[1]="Demian Bichir to play Mexican revolutionary leader - Reuters Canada
";
arnews[1] += "LOS ANGELES (Hollywood Reporter) - Demian Bichir, who played the young Fidel Castro in Steven Soderbergh's \"Che,\" will play another revolutionary in the Mexican film \"Hidalgo-Moliere.\" Bichir has signed on to star in the feature, which centers on ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:54: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("