var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Woodley Joins Payne's "Descendants"
";
arnews[0] += "Shailene Woodley has scored the lead female role in \"The Descendants\" reports Variety .";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:49:39 GMT";
arnews[0] += "
";
arnews[1]="Woodley Joining Clooney in The Descendants
";
arnews[1] += "Shailene Woodley is set to star opposite George Clooney in Alexander Payne's The Descendants , reports Variety .";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:36:52 GMT";
arnews[1] += "
";
arnews[2]="Shailene Woodley to Follow The Descendants
";
arnews[2] += "Variety reports that Shailene Woodley is going to join George Clooney in Alexander Payne's, The Descendants .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 06:25:28 GMT";
arnews[2] += "
";
arnews[3]="Woodley to Payne film
";
arnews[3] += "Shailene Woodley will join George Clooney in Alexander Payne's next pic, \"The Descendants.\" Based on the novel by Kaui Hart Hemmings, film revolves around an attorney, to be played by Clooney, who is forced to get closer to his daughters after a family tragedy.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:00:00 GMT";
arnews[3] += "
";
arnews[4]="Payne lands Clooney for next movie
";
arnews[4] += "George Clooney will star in \"The Descendants,\" director-screenwriter Alexander Payne's next movie.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 13:26:07 GMT";
arnews[4] += "
";
arnews[5]="Page 2
";
arnews[5] += "Posted on Monday, December 7th, 2009 by Peter Sciretta Page 2 is a compilation of stories and news tidbits, which for whatever reason, didna t make the front page of /Film. After the jump wea ve included 43 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[5] += "
Publ.Date : Mon, 07 Dec 2009 16:56:30 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("