var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soderbergh Infects A-List Actors Damon And Winslet In New Outbreak Film - io9.com
";
arnews[0] += "The Playlist is reporting that Matt Damon, Kate Winslet, Jude Law and Marion Cotillard have all been cast in the new Soderbergh film Contagion . Sources tell the Playlist that the script is truly terrifying and takes place over four separate continents. Fingers crossed for some good old fashioned";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:10:00 GMT";
arnews[0] += "
";
arnews[1]="Matt Damon, Kate Winslet and More Are in 'Contagion' - AceShowbiz
";
arnews[1] += "Additionally, Jude Law and Marion Cotillard have also signed to star in the Steven Soderbergh-directed movie. The script is penned by \" The Bourne Ultimatum \" and \" The Informant! \" writer Scott Z. Burns, and it reportedly tells the story that takes place over four continents and is \"terrifying";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:06:00 GMT";
arnews[1] += "
";
arnews[2]="You could resemble Kate Winslet in hospital, at least in attire - Columbus Dispatch
";
arnews[2] += "LONDON (AP) -- The British government is getting behind a plan to replace drafty open-backed hospital gowns with versions that preserve patients' modesty. The country's Design Council has asked designers and manufacturers to come up with replacements ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:20:00 GMT";
arnews[2] += "
";
arnews[3]="Soderbergh's "Contagion" Infects Matt Damon, Kate Winslet - NBC Chicago
";
arnews[3] += "The four are set to star in Sodergbergh's new film from a script by \"Informant\" screenwriter Scott Z. Burns , in which the \"nature of a virus (is) used to deal with 'issues of sovereignty' and as a metaphor for the way 'information and misinformation ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[3] += "
";
arnews[4]="Kate Winslet - Baltimore Sun
";
arnews[4] += "Kate Winslet gained worldwide fame for her role as Rose in \"Titanic\" opposite Leonardo DiCaprio, but the blockbuster film seems like a mere blip on the timeline of her long and acclaimed career. The British actress has earned five Academy Awards ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[4] += "
";
arnews[5]="Penelope Cruz and Kate Winslet-Foreigners in Hollywood ! - Entertainment and Showbiz!
";
arnews[5] += "There are all kinds of people in Hollywood. Being a foreigner in Hollywood is nothing new. Hence names like Penelope Cruz and Kate Winslet are nothing new. What can be said is that Hollywood is very receptive for people from any place. Let us read ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:20: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("