var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Theater review: 'Lamplight Dialogues' gives new insight into local history
";
arnews[0] += "\"Lamplight Dialogues\" will thrill you. Enlighten you. It will bring you to tears while playfully toying with any preconceived ideas you have about stagecraft.";
arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="September 10: Feedback from newspaper readers
";
arnews[1] += "Why not have a balance? * Jill S.: Once again, Tamara Dietrich is the only voice of reason around here! Brava, Tamara! Keep up the good work! * Tom A., Hampton: Is Tamara Dietrich supposed to be a reporter with a viewpoint, or just an editorialist ? In her Friday article on Bob McDonnell , she has five bullets with quote marks, which implies direct ...";
arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Wednesday! - 1950s Lesbian Pulp Themed Benefit Party @ BRAVA Theater...
";
arnews[2] += "Dada Mail Betty's List Archives Wednesday! - 1950s Lesbian Pulp Themed Benefit Party @ BRAVA Theater - Ann Bannon & Nanci Gaglio - 9/9 Date: September 8th, 2009 Wednesday! - 1950s Lesbian Pulp Themed Benefit Party @ BRAVA Theater - Ann Bannon & Nanci Gaglio - 9/9 Link to online version of announcement and buy tickets here: http://www.brava.org - ...";
arnews[2] += "
Publ.Date : Tue, 08 Sep 2009 21:36:31 GMT";
arnews[2] += "
";
arnews[3]="Ask Lonely Planet: 'Tis the season to bring a brolly
";
arnews[3] += "Gaudi's home can be seen in Barcelona, and Salvador Dali's childhood holiday spot along the Costa Brava.";
arnews[3] += "
Publ.Date : Sat, 01 Aug 2009 04:27:33 GMT";
arnews[3] += "
";
totcount = 4;
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("