var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="CAC's fall film series begins with 'Artemisia'
"; arnews[0] += "The Churchill Arts Council will present screenings of three classic films as part of its \"Lives of the Artists\" series during the month of October at the Oats Park Art Center, 151 E. Park Street, Fallon."; arnews[0] += "
Publ.Date : Fri, 09 Oct 2009 01:35:00 GMT"; arnews[0] += "
"; arnews[1]="CAC's fall film series begins with 'Artemisia'
"; arnews[1] += "The Churchill Arts Council will present screenings of three classic films as part of its \"Lives of the Artists\" series during the month of October at the Oats Park Art Center, 151 E. Park Street, Fallon."; arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 01:35:00 GMT"; arnews[1] += "
"; arnews[2]="Artist gives talk on her ceramics
"; arnews[2] += "The Churchill Arts Council will present a conversation with Tuscarora artist, Elaine Parks, on her exhibition of recent ceramics, \"Some Place / Somewhere\" at 4 p.m. Saturday in the Oats Park Art Center."; arnews[2] += "
Publ.Date : Fri, 02 Oct 2009 02:26:00 GMT"; arnews[2] += "
"; arnews[3]="Artist gives talk on her ceramics
"; arnews[3] += "The Churchill Arts Council will present a conversation with Tuscarora artist, Elaine Parks, on her exhibition of recent ceramics, \"Some Place / Somewhere\" at 4 p.m. Saturday in the Oats Park Art Center."; arnews[3] += "
Publ.Date : Fri, 02 Oct 2009 02:26:00 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("
");document.write("
");