var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Schirn Kunsthalle Presents First Survey in Germany of Georges Seurat's Pointillism
";
arnews[0] += "The French Neo-Impressionist Georges Seurat is considered to be one of the icons of nineteenth-century art and the most important exponent of Pointillism , a style of painting he developed.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 07:59:14 GMT";
arnews[0] += "
";
arnews[1]="The Hyphenite's Social Calendar: Learn to See, Sulu for Haiti
";
arnews[1] += "Wednesday January 20th -- Mount Vernon, Iowa Poetry with Patrick Rosal Award-winning poet Patrick Rosal will read from and discuss his works at Cornell College.";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 18:10:40 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("