var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Demian Bichir Joins 'Hidalgo-Moliere'
";
arnews[0] += "Demian Bichir has signed on to star in the Mexican film \" Hidalgo-Moliere ,\" about the father of the Mexican independence movement.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:30:13 GMT";
arnews[0] += "
";
arnews[1]="Demian Bichir Set for Hidalgo-Moliere
";
arnews[1] += "Demian Bichir will star in the Mexican film Hidalgo-Moliere , which centers on the father of the Mexican independence movement.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:49:00 GMT";
arnews[1] += "
";
arnews[2]="Demian Bichir joins 'Hidalgo-Moliere' film
";
arnews[2] += "Demian Bichir has signed on to star in the Mexican film \"Hidalgo-Moliere,\" about the father of the Mexican independence movement.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:00:00 GMT";
arnews[2] += "
";
arnews[3]="South Florida Hispanic Chamber of Commerce Names Celebrity Hair...
";
arnews[3] += "Argentinean-born Rocco grew up in an entrepreneur family and always knew he wanted to take the family salon business to new heights and slowly but surely has been accomplishing this objective branching out to Miami in 2004.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Reader's Guide to the 45th Chicago International Film Festival: Week One
";
arnews[4] += "Chicago International Film Festival VENUE All films screen at River East 21, 322 E. Illinois.";
arnews[4] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="CIFF 2009: All our capsule reviews
";
arnews[5] += "Here are capsule reviews for the films in this year's 45th anniversary Chicago International Film Festival, which unspools over two weeks through Oct.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 03:26:29 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("