var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shakespeare, Sound of Music on Saturday, Photo Exhibit... And More - Queens Courier
";
arnews[0] += "From 1 to 4 p.m. Photography Exhibition: Visions of Spring – Glimpses of Summer at Voelker Orth Museum Bird Sanctuary and Victorian Garden, 149-19 38th Avenue in Flushing; until February 28; Wednesdays, Saturdays & Sundays; call 718-359-6227 ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:33:00 GMT";
arnews[0] += "
";
arnews[1]="Shakespeare, Photo Exhibit, Sound of Music ... And More - Queens Courier
";
arnews[1] += "From 1 to 4 p.m. Photography Exhibition: Visions of Spring – Glimpses of Summer at Voelker Orth Museum Bird Sanctuary and Victorian Garden, 149-19 38th Avenue in Flushing; until February 28; Wednesdays, Saturdays & Sundays; call 718-359-6227 ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 21:45:00 GMT";
arnews[1] += "
";
totcount = 2;
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("