var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cinema Society & HBO screening of 'How To Make It In America'
";
arnews[0] += "Scott \"Kid Cudi\" Mescudi Shannyn Sossamon Lake Bell Kevin Bacon Jennifer Esposito Agyness Deyn Eddie Kaye Thomas Jason Pendergraft Luis Guzman Victor Rasuk Steve Buscemi Michael Stipe Leelee Sobieski Zoe Kravitz Griffin Dunne Wire Image - I've had the biggest crush on Bryan Greenberg ever since his movie \"Prime\" with Uma Thurman as his older GF, ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:37:32 GMT";
arnews[0] += "
";
arnews[1]="Owen-TV: 'How to Make It in America': Clueless dudes in New York
";
arnews[1] += "Some describe HBO's new half-hour series \"How to Make It in America\" as an East Coast \"Entourage.\" Indeed, it's another guy-centric series about twentysomethings having fun while clawing their way to some sort of success.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:16:06 GMT";
arnews[1] += "
";
arnews[2]="How to Make It in America's Fictional New York Will Ruin Real New York, Again
";
arnews[2] += "HBO's newest attempt to regain relevance debuts on Sunday , and if it takes off it is going to ruin Manhattan just like Carrie Bradshaw did in the 2000s.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:26:18 GMT";
arnews[2] += "
";
arnews[3]="On the Scene: Stars of HBO's 'Make It in America' ring New York Stock Exchange opening bell
";
arnews[3] += "HBO's 'Make It in America' stars Bryan Greenberg, Victor Rasuk, Lake Bell, and creator Ian Edleman pose after ringing the opening bell at the New York Stock Exchange.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:09:37 GMT";
arnews[3] += "
";
arnews[4]="Weiss rekindles career after years on the fringe
";
arnews[4] += "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.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="A Road to Redemption
";
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 .";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:08:12 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("