var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dawson Island 10 - Variety
";
arnews[0] += "An Azul Films (Chile)/VPCCinema Producoes Artisticas (Brazil) production, in association with Villa del Cine, with participation of Alen Cine. (International sales: MC Films Latinofusion, Santiago.) Produced by Miguel Littin, Walter Lima. Co ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:13:00 GMT";
arnews[0] += "
";
arnews[1]="Dallas police initiative aims to catch burglaries in progress - Dallas Morning News
";
arnews[1] += "Christian De La Fuente spends his days breaking into other people's cars, authorities say, and he's just the sort of person Dallas police want to get off the streets with an initiative that kicked off Wednesday. They say 18-year-old De La Fuente's ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:55: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("