var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="George Clooney Joining Alexander Payne's The Descendants
";
arnews[0] += "George Clooney is certainly finishing strong this year with a trio of releases hitting theaters over the next two months.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 00:41:07 GMT";
arnews[0] += "
";
arnews[1]="Clooney in Talks to Star in Payne's 'Descendants'
";
arnews[1] += "George Clooney is eyeing a lead role in Alexander Payne 's family dramedy The Descendants , for Fox Searchlight.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 19:29:31 GMT";
arnews[1] += "
";
arnews[2]="George Clooney Eyes The Descendants
";
arnews[2] += "George Clooney is in talks for the lead role in director Alexander Payne's family dramedy The Descendants for Fox Searchlight.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 09:57:00 GMT";
arnews[2] += "
";
arnews[3]="Clooney in Talks for Payne's Descendants
";
arnews[3] += "George Clooney is in talks to star in Alexander Payne's family dramedy The Descendants at Fox Searchlight Pictures.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 09:32:09 GMT";
arnews[3] += "
";
arnews[4]="George Clooney in Talks to Star in Alexander Payne's Next Film, the Descendants
";
arnews[4] += "While I enjoy poking fun at most actors who never seem to slow down and it feels like I'm announcing a new project for them every week, I never mind it when that actor is George Clooney.A Even when I'm not crazy about the film, like \"The Good German\" or \"Intolerable Cruelty\", I still think he's great in it.A You'll find that there's no escaping ...";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 07:37:10 GMT";
arnews[4] += "
";
arnews[5]="Clooney in talks for 'Descendants'
";
arnews[5] += "George Clooney is circling the lead in the Alexander Payne-helmed family dramedy \"The Descendants\" for Fox Searchlight.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 02:00: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("