var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars line up for Soderbergh project
";
arnews[0] += "Marion Cotillard and Kate Winslet are in talks to join Steven Soderbergh's \"Contagion.\" Matt Damon and Jude Law are set for the action-thriller. Soderbergh's been developing the project with producing partner Gregory Jacobs.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:21:06 GMT";
arnews[0] += "
";
arnews[1]="Matt Damon signs on for new Steven Soderbergh thriller
";
arnews[1] += "Steven Soderbergh is assembling a cast of stars including Matt Damon for an action thriller about a deadly disease The Oscar-winning director Steven Soderbergh is assembling an all-star cast for his next film, an action thriller about a deadly disease, according to Variety.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:12:37 GMT";
arnews[1] += "
";
arnews[2]="Matt Damon and Jude Law for Soderbergh's Contagion
";
arnews[2] += "Damon is to unite with Jude Law for Steven Soderbergh thriller, Contagion . And they could be joined by Oscar winning actresses Marion Cotillard and Kate Winslet if talks prove successful, according to Variety.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:01:06 GMT";
arnews[2] += "
";
arnews[3]="Steven Soderbergh to Spread CONTAGION With Matt Damon, Kate Winslet, Jude Law, and Marion Cotillard
";
arnews[3] += "The Playlist reports that Steven Soderbergh, the hardest working man in show business, has once again lengthened his to-do list.A Soderbergh will re-team with The Informant! scripter Scott Z. Burns for Contagion , an \"action-thriller about the outbreak of a deadly virus.\"A The film doesn't have a distribution deal yet, but with such heavy hitters ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:39:40 GMT";
arnews[3] += "
";
arnews[4]="Will Studios Catch Soderbergh's Virus Thriller?
";
arnews[4] += "Hollywood studios finished 2009 with their wallets shut tight for spec scripts and new development.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:59:29 GMT";
arnews[4] += "
";
arnews[5]="Stars line up for Soderbergh project
";
arnews[5] += "Marion Cotillard, Matt Damon, Jude Law and Kate Winslet are set to star in Steven Soderbergh's action-thriller \"Contagion.\" Soderbergh's been developing the project -- not yet set up at a studio -- with producing partner Gregory Jacobs.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:21:06 GMT";
arnews[5] += "
";
arnews[6]="The Weekly Wrap: Jan. 30 - Feb. 5
";
arnews[6] += "The Weekly Wrap walks readers through the last seven days in MMA, recapping and putting into context the week's top story, important news and notable quotes.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 09:15:51 GMT";
arnews[6] += "
";
arnews[7]="Strikeforce a Miamia Attendance Figures Released
";
arnews[7] += "The debut of Herschel Walker and two championship bouts sold 4,927 tickets for a net gate of $301,424.60 at Strikeforce a oeMiami,a according to documents obtained by Sherdog.com from the Florida Department of Business and Regulation.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 21:54:49 GMT";
arnews[7] += "
";
totcount = 8;
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("