var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John Nieman Explores the Gap Between Image and Meaning in the Persistence of Form at Agora Gallery
";
arnews[0] += "Chelsea, NY, November 20, 2009 -- -- Chelsea's Agora Gallery will feature New York Realist, John Nieman, in The Persistence of Form.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:43:50 GMT";
arnews[0] += "
";
arnews[1]="Life Meets Art in the Captivating Works of Fabrizio Andriani at Agora Gallery
";
arnews[1] += "Chelsea's Agora Gallery will feature Brazilian/Italian artist, Fabrizio Andriani, in Metamorphosis.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Anduin Vaid's Creative Mind Sweeps Across the Canvas in The Rhythm of Color at Agora Gallery
";
arnews[2] += "Chelsea's Agora Gallery will feature New York artist, Anduin Vaid, in The Rhythm of Color.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Co-founder of school credit union dies at 86
";
arnews[3] += "Robert Wayne, a Merced resident for six decades, is remembered for many things, particularly his willingness to help other people and advance worthy causes in the community.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 12:42:23 GMT";
arnews[3] += "
";
arnews[4]="Renata Denise Wusstig Cruz
";
arnews[4] += "Renata Denise Wusstig Cruz, also known as \"Nae\" of Yigo, died Nov. 4. She was 33.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00: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("