var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Legally Blonde hits sweet spot in second act
";
arnews[0] += "Becky Gulsvig stars as Elle Woods in Legally Blonde: The Musical through Nov. 22 at the Broward Center for the Performing Arts.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 21:03:55 GMT";
arnews[0] += "
";
arnews[1]="Hilary Duff: Gossip Girl Promo Pic 3.10
";
arnews[1] += "Episode Synopsis: GOSSIP GIRL Season 3 episode 10 \"The Last Days of Disco Stick\" - Hoping to impress the elitist theater kids at NYU, Blair sets her sights on landing a private concert with the hottest musical performer of the year,Lady Gaga .";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 22:48:04 GMT";
arnews[1] += "
";
arnews[2]="Nick Zano Prepares to Bare His Eight Pack on Melrose Place
";
arnews[2] += "Cougar Town hottie Nick Zano has landed a role on Melrose Place. In January, the 31 year old actor is set to play a doctor whose relationship to the show's character, Lauren is sure to be worth watching! In a recent Entertainment Weekly interview, Zano spoke of his new role, including big secrets to come and an unexpected makeover.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 15:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nick Zano Moving To a oeMelrose Place?a
";
arnews[3] += "A source close to The CW primetime soap tells Entertainment Weekly that the actor is in chats to join the low-rated drama.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 01:43:18 GMT";
arnews[3] += "
";
arnews[4]="Idol runner-up outed
";
arnews[4] += "Pop star Anthony Callea , runner-up on the 2004 season of Australian Idol , was recently outed on a morning radio show.";
arnews[4] += "
Publ.Date : Sat, 24 Oct 2009 02:14:50 GMT";
arnews[4] += "
";
arnews[5]="Hot Fashion and Cool Cars
";
arnews[5] += "A model wears designs from the Spring 2010 fashion line of Kevan Hall during fashion week in Los Angeles, Ca., Saturday, Oct.";
arnews[5] += "
Publ.Date : Mon, 19 Oct 2009 07:00: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("