var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Theater Review: "Lipstick Massacre"
";
arnews[0] += "\"Lipstick Massacre\" is an original murder-mystery comedy written by Michael Steck, best known to Rochester audiences as drag queen Pandora Boxx.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 17:44:33 GMT";
arnews[0] += "
";
arnews[1]="Hairspray returns Travolta to musical roots
";
arnews[1] += "Directed by Adam Shankman. Parental Advisory: None Running time: 117 minutes Rating:Four stars out of five From the minute we see young Nikki Blonsky sing Good Morning Baltimore on the back of a garbage truck in the opening scene, Hairspray envelopes the viewer in a strange, sticky haze.";
arnews[1] += "
Publ.Date : Thu, 19 Jul 2007 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Amanda Bynes vs. 'Melrose Place' Actress: Celebs Sport Same Sexy Style
";
arnews[2] += "Bynes shined in the Herve Leger by Max Azria dress that she wore to the Critics' Choice Awards.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 16:50:00 GMT";
arnews[2] += "
";
arnews[3]="Jessica Lucas
";
arnews[3] += "Jessica Lucas stars in The CW's \"Melrose Place\" as Riley Richmond, a beautiful inner city elementary school teacher who is engaged to Jonah , but has second thoughts about the marriage.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 14:28:58 GMT";
arnews[3] += "
";
arnews[4]="Sienna and Hayden's steamy sex
";
arnews[4] += "In the new movie Factory Girl , Sienna Miller has a pretty convincing sex scene with Canadian co-star Hayden Christensen .";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 06:58:15 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("