var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessalyn Gilsig
";
arnews[0] += "Gersh has signed Jessalyn Gilsig for theatrical representation. She continues to be seen in the Fox skein \"Glee.\" She is managed by Framework Entertainment.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 20:59:19 GMT";
arnews[0] += "
";
arnews[1]="Estella Warren
";
arnews[1] += "Estella Warren has signed with Fortitude. Past credits include the \"Planet of the Apes\" reboot and \"Kangaroo Jack.\" She continues to be managed by Untitled Entertainment.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 20:57:17 GMT";
arnews[1] += "
";
arnews[2]="Simon Helberg
";
arnews[2] += "UTA has inked Simon Helberg. The thesp appears on \"The Big Bang Theory.\" He continues to be managed by Brillstein Entertainment Partners.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 20:55:32 GMT";
arnews[2] += "
";
arnews[3]="SAG Award
";
arnews[3] += "Is there an Oscar in her future? Sandra Bullock continued her awards-show winning streak, picking up the trophy for outstanding performance by a female leading actor for The Blind Side at Saturday's Screen Actors Guild Awards.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hollywood Signings & Hirings
";
arnews[4] += "Paradigm has signed well known actresses Heather Graham and Liv Tyler. --- WME Entertainment has signed that 'it' guy from Gossip Girl Ed Westick who's also in the films Children of Men , Breaking and Entering , Son of Rambow .";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 02:27:21 GMT";
arnews[4] += "
";
arnews[5]="Glee: How to Survive the Show's Long Hiatus
";
arnews[5] += "If, like us, you have practically worn out your Glee DVD, already have all of the downloads on a constant loop on your iPod and yet still can't stop thinking about the show, we've come up with some suggestions that will keep a song in your heart while you wait for the series to finally return from its inordinately long hiatus in April.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 15:10:34 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("