var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gallery: "How to Make it in America" screening - Herald-Dispatch
";
arnews[0] += "Actor Bryan Greenberg attends the Cinema Society and HBO screening of \"How to Make it in America\" in New York, on Tuesday, Feb. 9, 2010. (AP Photo/Peter Kramer) Actress Leelee Sobieski attends the Cinema Society and HBO screening of \"How to Make it ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:03:00 GMT";
arnews[0] += "
";
arnews[1]="Kid Cudi's Acting Debut in How to Make it in America - HipHopDX.com
";
arnews[1] += "The buzz around How to Make it in America has, in some ways, centered around one of its actors famous for things other than acting. In fact, the show has garnered a label deeming it the New York version of Entourage, in some circles, due to the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:00:00 GMT";
arnews[1] += "
";
arnews[2]="On the Scene: Stars of HBO's 'Make It in America' ring New York Stock ... - New York Daily News
";
arnews[2] += "HBO's 'Make It in America' stars (from l.) Bryan Greenberg, Victor Rasuk, Lake Bell, and creator Ian Edleman pose after ringing the opening bell at the New York Stock Exchange. And they weren't just celebrating the start of the trading day: Their ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:16:00 GMT";
arnews[2] += "
";
arnews[3]="On TV: Greenberg lands HBO dream job - News-Sentinel
";
arnews[3] += "Sometimes, as the old maxim goes, it's not what you know, it's who you know. Bryan Greenberg knew the right guy when it came to landing the lead role in the HBO comedy series “How to Make It in America,” which premieres Sunday. He just didn't ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:05:00 GMT";
arnews[3] += "
";
arnews[4]="Back in Action - Egypt Today
";
arnews[4] += "Starring Tom Hanks, Audrey Tautou, Paul Bettany and Jean Reno Directed by Ron Howard Sony Pictures May 19 T he Da Vinci Code is one of the most eagerly awaited films of the summer, and justifiably so, based as it is on the bestselling work of fiction ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 14:07:00 GMT";
arnews[4] += "
";
arnews[5]="A Road to Redemption (Hint: Be Polite) - New York Times
";
arnews[5] += "IN 1993 “Amongst Friends,” a film about spoiled Long Island kids turned would-be gangsters, generated strong buzz and positive press at the Sundance Film Festival . That low-budget indie, shot for $900,000 in 24 days, didn’t earn much at the ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:58: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("