var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie Review: Eastern Promises - Gather.com
";
arnews[0] += "Most movies, for instance \"Transformers 2,\" are far too bloated and could use a good half-hour or more (in the case of \"Transformers 2\" much more) cut out. It's rare that I actually think a movie should go longer. Such is the case, though, with ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[0] += "
";
arnews[1]="River Road Lands $65 Million Credit Facility - TheWrap
";
arnews[1] += "River Road Pictures said Friday it has entered into a senior secured revolving credit facility that provides for up to a total commitment amount of $65 million. Union Bank arranged the transaction. RRP is a wholly owned subsidiary of independent film ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:42:00 GMT";
arnews[1] += "
";
arnews[2]="Will Ferrell Earns Much More Money Than He Should: Official - Hecklers Pray.com
";
arnews[2] += "This is just a hunch, but we’re expecting Will Ferrell to be named as People ’s sexiest man alive next year. Because, seriously, that man is loaded. He gets paid so much money. Too much money, in fact. And he doesn’t deserve a bloody penny of ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:55:00 GMT";
arnews[2] += "
";
arnews[3]="Access Star Sightings: November 13 - 19, 2009 - Access Hollywood
";
arnews[3] += "Friday, October 9, in LA: Ryan Gosling playing a private show with his band, Dead Man’s Bones, at the Bob Baker Marionette Theater, with Amanda Seyfried and Emile Hirsch enjoying the music… Jessica Alba dining at Boa Steakhouse in West Hollywood ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[3] += "
";
arnews[4]="River Road finds funds - Variety
";
arnews[4] += "Indie producer and financier River Road Pictures has secured $65 million in credit from San Francisco-based Union Bank. The film company behind such awards-season contenders as \"Brokeback Mountain\" and \"Into the Wild\" plans to use the funds to ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("