var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="STAGE TUBE: Catherine Zeta-Jones, Angela Lansbury, Trevor Nunn & More ... - Broadway World
";
arnews[0] += "Tickets went on sale Saturday, October 17th to the general public and the Walter Kerr Theatre box office opened today, Monday, October 19th for the first Broadway revival of Stephen Sondheim and Hugh Wheeler's Tony Award-winning masterpiece A LITTLE ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 01:11:00 GMT";
arnews[0] += "
";
arnews[1]="Online Dating: Fun or Futile? - Seattle Post Intelligencer
";
arnews[1] += "Can a 60-year-old woman find love on the Internet? Or, maybe a better question is, should she try? Maybe it was the onset of rainy autumn weather that made me think about the possibilities of online dating. Maybe I was looking for a topic to ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[1] += "
";
arnews[2]="AT&T Crushed: Court Won’t Pull Verizon ‘Map’ Ads - xchange Magazine
";
arnews[2] += "Plus, don’t know if you’ve heard, but Luke Wilson is not the male equivalent of Catherine Zeta Jones.) The ad was released as a federal judge on Wednesday denied AT&T’s request that the “There’s a Map for That” ads be pulled from the ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:47:00 GMT";
arnews[2] += "
";
arnews[3]="Jones Open To Musical Reconciliation With Ex - The Gaea Times
";
arnews[3] += "NORAH JONES is refusing to rule out a reconciliation with her bassist ex-boyfriend LEE ALEXANDER - but their reunion would only be a musical one. The couple announced the split in January (09), ending a longterm personal and professional relationship ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[3] += "
";
arnews[4]="Special to the Sun - Florida Times-Union
";
arnews[4] += "Douglas Anderson School of the Arts is going for a little music, evening style, for its latest production. The arts magnet school is staging Stephen Sondheim’s musical, “A Little Night Music,” at 7:30 p.m. today through Saturday, Nov. 19-21, at ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:54: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("