var arnews = new Array(20); totcount = 20; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Art: 9 Photography by Peter King of Cochiti Lake, NM
"; arnews[0] += "
"; arnews[1]="Art: Pastel by Jean Marcellino of NY
"; arnews[1] += "
"; arnews[2]="Art: 2 Graphite by Jon Rettich of NY
"; arnews[2] += "
"; arnews[3]="Art: Acrylic by Ilene Skeen of New York, NY
"; arnews[3] += "
"; arnews[4]="New Art: Watercolor by Roger Cummiskey of Malaga, Spain
"; arnews[4] += "
"; arnews[5]="New Art: 2 Photography by Tony Lee of Panama
"; arnews[5] += "
"; arnews[6]="Art: Drawing by Tim Brian McSweeney of Cheltenham, PA
"; arnews[6] += "
"; arnews[7]="Art: Acrylic by Nancy Devine of
"; arnews[7] += "
"; arnews[8]="Art: Acrylic by Penelope Przekop of Philadelphia, PA
"; arnews[8] += "
"; arnews[9]="Art: Photography Silver Gelatin Print by Guenter Knop of NY
"; arnews[9] += "
"; arnews[10]="Art: 2 Watercolour by Roger Cummiskey of Malaga, Spain
"; arnews[10] += "
"; arnews[11]="Art: Drawing by William Thierfelder of NY
"; arnews[11] += "
"; arnews[12]="New Art: 4 Various Media by Eddie Torres of New York, NY
"; arnews[12] += "
"; arnews[13]="Art: Oil Paint And Collage On Canvas by Aryn Chapman of NY
"; arnews[13] += "
"; arnews[14]="Art: 5 Various Media by Cynthia Angeles of Washington, DC
"; arnews[14] += "
"; arnews[15]="Art: Digital by Eddie Torres of New York, NY
"; arnews[15] += "
"; arnews[16]="Art: 4 Photography Silver Gelatin Print by Guenter Knop of NY
"; arnews[16] += "
"; arnews[17]="New Art: Oil by Malcolm McCoull of Perth, Australia
"; arnews[17] += "
"; arnews[18]="Art: 3 Acrylic by Guadalupe Herrera of Houston, TX
"; arnews[18] += "
"; arnews[19]="Art: 2 Oil On Canvas by David Michael Hollander of NY
"; arnews[19] += "
"; totcount = 20; 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]); } document.write("
");document.write("
");