var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Scoop: Michael Urie
";
arnews[0] += "The voice is the same, but without the over-the-top theatrics of Marc St. James on ABC's \"Ugly Betty.\" Michael Urie, hired for a one-shot deal - Vanessa Williams' Wilhelmina is so nasty she was going to have a new assistant each week - was such an instant favorite that the part was rewritten for him.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 21:02:44 GMT";
arnews[0] += "
";
arnews[1]="Today's Special
";
arnews[1] += "An Inimitable Pictures presentation of a Sweet 180 production. Produced by Lillian Lasalle, Nimitt Mankad.";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 02:26:13 GMT";
arnews[1] += "
";
arnews[2]="Humpday's Joshua Leonard Is Telling A Lie
";
arnews[2] += "In this year's Humpday Joshua Leonard played the kind of character who reminds office drones of what they're missing, a 30-year-old vagabond living a life of travel and adventure and sex, rather than the monotonous but maybe more content life his old friend has built for himself.";
arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 14:18:22 GMT";
arnews[2] += "
";
arnews[3]="Joshua Leonard Takes on The Lie
";
arnews[3] += "Humpday 's Joshua Leonard is stepping into the director's chair for the first time for the indie The Lie , in which he will also star.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 08:43:00 GMT";
arnews[3] += "
";
arnews[4]="Joshua Leonard readies for 'Lie'
";
arnews[4] += "\"Humpday\" thesp Joshua Leonard will make his feature directing debut and star in indie \"The Lie.\" Project is based on a T.C. Boyle short story that ran in the New Yorker last year, about a man who tells a lie to get out of work and inadvertently changes his life.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 01:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Peter and Vandy' review
";
arnews[5] += "The romance between young New York City couple Peter and Vandy unfolds out of chronological order - mixing courtship with break-up, fed-up arguments with the decision to move in together.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 23:30: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("