var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matt Talks About His Girls and Heidi Hits the Runway in Lingerie! - Popsugar
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 20 Nov 2009 19:38:00 GMT";
arnews[0] += "
";
arnews[1]="We Talk to Matt and Josh While the People Speak - Popsugar
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 19:31:00 GMT";
arnews[1] += "
";
arnews[2]="Hot Pics - US Magazine
";
arnews[2] += "The comedian, talk show host and American Idol judge (come this January) opens up to Winfrey about actress de Rossi, 36, with whom she's been in a relationship since 2004. \"She is so beautiful and so smart and so funny,\" DeGeneres gushes. \"I have ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:32:00 GMT";
arnews[2] += "
";
arnews[3]="2009’s Top 10 Movie Catchphrases - Blackbookmag.com
";
arnews[3] += "1. Mariah Carey in Precious : As Mrs. Weiss, the makeup-less tough-love social worker, Mimi broke all kinds of hearts when she said to Mo’Nique, “Can we talk about the abuse in your household. You know what I’m talking about.” 2. Alison ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[3] += "
";
arnews[4]="It’s time for ‘Brief Interviews with Hideous Men.” - The City Wire
";
arnews[4] += "Based on a series of short stories by the late David Foster Wallace, the film version was adapted for the screen and directed by John Krasinski. Though the film was an official selection at the Sundance Film Festival this year, there is no word on a ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:14:00 GMT";
arnews[4] += "
";
arnews[5]="The Damned United play in France, UK gets Glorious 39 - Screendaily
";
arnews[5] += "Under the shadow of The Twilight Saga: New Moon , nine other films took the chance of going up against the vampire behemoth on Wednesday (November 18).. Arguably the highest-profile picture to be released was Rapt , Lucas Belvaux’s latest film ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:59: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("