var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Josh Brolin - Chicago Tribune
";
arnews[0] += "Rapper Lupe Fiasco feels like he was rebelling by taking part in the documentary \"The People Speak,\" which shines a light on people who spoke for social change throughout U.S. history. In the film, Fiasco and other celebrities -- including Josh ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT";
arnews[0] += "
";
arnews[1]="Matt Damon: Taking on a weighty role (From Dudley News) - Dudley News
";
arnews[1] += "THE last time Matt Damon had to change the way he looked for a movie role, he lost 40 pounds in 100 days and ended up on medication. This time the Bourne star says that gaining around 30 pounds to play whistle-blower Mark Whitacre in The Informant ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[1] += "
";
arnews[2]="Matt Talks About His Girls and Heidi Hits the Runway in Lingerie! - Popsugar
";
arnews[2] += "It was a big night of stars in NYC so check out the excitement! We chatted with Matt Damon about his family at the premiere of his new show for The History Channel where he was joined by Josh Brolin, John Krasinski and more . Plus, the Angels of ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:38:00 GMT";
arnews[2] += "
";
arnews[3]="We Talk to Matt and Josh While the People Speak - Popsugar
";
arnews[3] += "Matt Damon and Josh Brolin stepped out last night for the NYC premiere of The People Speak. The program, which features celebrities reading important documents from America's past, will debut on the History Channel Dec. 13. Both Matt and Josh are ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:31:00 GMT";
arnews[3] += "
";
arnews[4]="Wasikowska in talks for 'Jane Eyre' - Variety
";
arnews[4] += "Jonah Hex\" opposite Josh Brolin and Megan Fox. Ellen Page was previously attached to star as the eponymous heroine but left the project some time ago.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 07:20: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("