var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gretchen Mol to join Boardwalk Empire - Tvsquad.com
";
arnews[0] += "Seriously, Gretchen Mol is a terrific actress and was fantastic in The Notorious Bettie Page . Given the talent already behind Boardwalk Empire , it was likely to be a fantastic series. Now its volume just went up to 11";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:39:00 GMT";
arnews[0] += "
";
arnews[1]="The Weekly Casting Couch: Kristen Stewart, Kate Moenning, Heather ... - SheWired
";
arnews[1] += "Kristen Stewart and New Moon, Jennifer Hudson, Helena Bonham Carter, Kate Moennig, Heather Locklear, Lorraine Bracco and Gretchen Mol lead this installment of the Hollywood Trade Roundup, a collection of hotties making headlines in The Hollywood ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:38:00 GMT";
arnews[1] += "
";
arnews[2]="Gretchen Mol strolls onto HBO's "Boardwalk Empire" - Reuters
";
arnews[2] += "LOS ANGELES (Hollywood Reporter) - Gretchen Mol has joined HBO's upcoming period drama series \"Boardwalk Empire\" in the recurring role of a showgirl. \"Empire,\" written by Terence Winter and executive produced by Martin Scorsese, who directed the ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:57:00 GMT";
arnews[2] += "
";
arnews[3]="HBO sets mob show in '20s Atlantic City - NorthJersey.com
";
arnews[3] += "A young man in short gray pants and argyle socks pushes a middle-aged couple in a rolling wicker chair. A nurse in a starched white cap stands outside a storefront whose sign promotes the occupied \"Baby Incubators\" within. Nearby are Fralinger's Salt ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 GMT";
arnews[3] += "
";
arnews[4]="TV Tidbits: Aaron Sorkin Returns to Form, Gretchen Mol Joins Scorsese ... - Slashfilm.com
";
arnews[4] += "I’m going to be starting on a new TV series. It’s going to be what turns out to be the third in the trilogy of TV shows that take place behind the scenes of a TV show, but this will be a different kind of TV show. That’s all I can let out of ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:36:00 GMT";
arnews[4] += "
";
totcount = 5;
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("