var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="If she talks like a woman, but walks like a man ..
";
arnews[0] += "Is Tommy Lee hoping to star in a remake of Twelfth Night? Motley Crue met both gender confusion and the body politic on Saturday night when the ex-Mr. Pamela Anderson dropped into the Ultra Supper Club on Queen.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:24:23 GMT";
arnews[0] += "
";
arnews[1]="Jeff Hamilton Trio @ The Bach, Nov. 22
";
arnews[1] += "Bach Dancing & Dynamite Society presents on Sunday, November 22 at 4:30 p.m., $30, Jeff Hamilton Trio: Jeff Hamilton on drums, Christoph Luty on bass, Tamir Hendelman on piano.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:47:59 GMT";
arnews[1] += "
";
arnews[2]="Search is on for Canadian Miley Cyrus
";
arnews[2] += "Universal Music Canada has joined the search for Canada's version of Miley Cyrus.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:47:38 GMT";
arnews[2] += "
";
arnews[3]="Hot Picks: Things to do around the valley
";
arnews[3] += "HOPE FOR THE LUCK OF THE IRISH: The Irish musical ensemble Celtic Woman will be performing tonight at The Show in Rancho Mirage.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Celebrating The Johnny Mercer Centennial
";
arnews[4] += "Lyricist and composer Johnny Mercer - born Nov. 18, 1909, in Savannah, Ga. - wrote or co-wrote more than 1,000 songs, including American Songbook standards like \"Skylark,\" \"That Old Black Magic\" and \"Come Rain or Come Shine.\" Mercer wrote the impishly satirical \"Hooray for Hollywood,\" too - along with a total of 90 of that town's most famous ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:42:19 GMT";
arnews[4] += "
";
arnews[5]=""Birdland @ 60" A Jazz Photo Exhibit Celebrating Birdland's 60th Anniversary
";
arnews[5] += "New York, NY November 18, 2009 -- In conjunction with its 60th anniversary, December 15, 2009, Birdland Jazz Club in partnership with Affinia Hotels will present an exhibition of new and never-before-seen color and black-and-white fine art photographs taken of some of the century's greatest jazz musicians, all captured in performance on the ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:37:18 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("