var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Soderbergh project attracts big names - Monsters and Critics
";
arnews[0] += "The film stars Antonio Banderas, Michael Douglas, Michael Fassbender, Ewan McGregor and martial arts champ Gina Carano.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:37:00 GMT";
arnews[0] += "
";
arnews[1]="Learn to dance at the Natick Collection, WITH VIDEO - Abington Mariner
";
arnews[1] += "Riding the pulsing rumba beat, Carlos M. Gutierrez Jr. and Roberta Thall glide in synchronized grace across the polished floor of the Dance Dream studio on the second floor of the Natick Collection. They hold one another with stylized formality ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[1] += "
";
arnews[2]="Matt Damon, Kate Winslet and Marion Cotillard set to battle 'Contagion ... - HitFix
";
arnews[2] += "Steven Soderbergh has been trying to get the commercial side of his career back on track. It didn't work out with Brad Pitt and the baseball drama \"Moneyball,\" but now \"The Informant\" director is recruiting some heavy hitters for a new viral-outbreak ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:44:00 GMT";
arnews[2] += "
";
arnews[3]="Stars line up for Soderbergh project - Variety
";
arnews[3] += "Project stars Antonio Banderas, Michael Fassbender, Ewan McGregor and martial arts champ Gina Carano.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:25:00 GMT";
arnews[3] += "
";
arnews[4]="Soderbergh's Contagion Attracts Cast - CanMag
";
arnews[4] += "The director is no stranger to ensemble casts, as he is currently working on Knockout for Relativity Media, which stars Antonio Banderas, Michael Fassbender, Ewan McGregor and martial arts champ Gina Carano.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:12:00 GMT";
arnews[4] += "
";
arnews[5]="2009 NCLR ALMA Awards - Raza Report - Lowrider Magazine.com
";
arnews[5] += "For the first time in history, the two-hour special, presented by NCLR (National Council of La Raza)-the largest national Latino civil rights and advocacy organization in the United States-is taking place during Hispanic Heritage Month, a time when ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:41:00 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("