var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HBO's 'Boardwalk Empire' sets Jersey scene - in Brooklyn - Bridgeton News
";
arnews[0] += "The Atlantic City set of HBO's upcoming \"Boardwalk Empire.\" HBO’s next set of New Jersey wiseguys will be conducting business out of a parking lot in Brooklyn. View full size Steve Buscemi as Nucky Thompson “Boardwalk Empire,” which debuts ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:48:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen Gray: 'Empire' set in N.J., filmed in NYC - Philadelphia Daily News
";
arnews[1] += "Other members of the cast include Kelly Macdonald (\"No County for Old Men\"), Gretchen Mol (\"Life on Mars\"), and Michael Kenneth Williams (\"The Wire\"). \"The book was a jumping-off point,\" Winter said. \"Our character, Nucky Thompson, is based on Nucky ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:02:00 GMT";
arnews[1] += "
";
arnews[2]="Boardwalk Empire”: Behind the Scenes of the Brooklyn Set - Wall Street Journal
";
arnews[2] += "Set in 1920, the coming HBO series “ Boardwalk Empire ” is a project tailor-made for coverage by Speakeasy. Good music, illegal liquor, machine guns and saucy molls — what’s not to like? Created by “The Sopranos” alumnus Terence Winter ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 14:55:00 GMT";
arnews[2] += "
";
arnews[3]="Michael Keaton: 'There's a price to pay for making your own choices' - The Guardian
";
arnews[3] += "'I put myself in a position where the studios were saying, \"It's not obvious what we should do with him\"' … Michael Keaton. Photograph: Sarah Lee Michael Keaton is standing in the middle of his London hotel room, transfixed by the widescreen ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:58:00 GMT";
arnews[3] += "
";
totcount = 4;
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("