var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bradley Cooper, Chris Pine, et al. Named GQ "Men of the Year" - TheaterMania.com
";
arnews[0] += "Stage stars Bradley Cooper and Chris Pine are among those named \"Men of the Year\" by GQ magazine. The publication also honored U.S. President Barack Obama, Oscar winner Clint Eastwood, football great Tom Brady, and Zach Galifianakis and Ed Helms, who ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[0] += "
";
arnews[1]="Sam Worthington And Bradley Cooper Visiting The Killing Fields? - Cinema Blend
";
arnews[1] += "Now, apparently, there are two megastars attached, but Boyle is strangely no longer involved. According to Pajiba 's insider source The Hollywood Cog, Bradley Cooper and Sam Worthington will likely play the two lead cop characters, and Michael Mann's ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:36:00 GMT";
arnews[1] += "
";
arnews[2]="Bradley Cooper and Sam Worthington to Revive The Texas Killing Fields? - Slashfilm.com
";
arnews[2] += "Boyle called the script almost too dark to get made, and this is from the guy who made Shallow Grave .What’s it about? Pajiba recaps it as concerning “two cops who realize that the latest murder in their jurisdiction connects their case to the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:21:00 GMT";
arnews[2] += "
";
arnews[3]="Bradley Cooper, Sam Worthington Join The Texas Killing Fields? - ScreenCrave.com
";
arnews[3] += "That was back in February, fast forward to today, Boyle in no longer attached and two up and coming stars may take on the lead roles in the film. Ami Mann was the second unit director on Heat , and was attached to Monsoon a film that was in ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:53:00 GMT";
arnews[3] += "
";
arnews[4]="Presenting: The Sexiest Men Alive in 2009 - The Hollywood Gossip
";
arnews[4] += "One of the leading celebrity news magazines, People , released its annual Sexiest Man Alive issue earlier this week. Johnny Depp , not Robert Pattinson, took top honors. Check out People's full gallery and pick up its popular issue for the full ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:09:00 GMT";
arnews[4] += "
";
arnews[5]="Sandra Bullock Brings ‘Blind Side’ To New Orleans - Access Hollywood
";
arnews[5] += "Bullock, who recently bought a home in New Orleans, is hosting the event with film studio Warner Bros. to raise money for Warren Easton High School, which was flooded by Hurricane Katrina in 2005. Bullock already has donated hundreds of thousands of ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:40: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("