var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art for the Animals turns 20
";
arnews[0] += "THOMASTON : The Humane Society of Knox County will present its 20th annual Art for the Animals fundraiser auction Friday through Sunday, Aug.";
arnews[0] += "
Publ.Date : Fri, 07 Aug 2009 14:50:11 GMT";
arnews[0] += "
";
arnews[1]="Humane Society of Knox County's 2009 Art for the Animals Auction
";
arnews[1] += "THOMASTON : THOMASTON, ME: The Humane Society of Knox County will proudly present its 20th Annual Art for the Animals fundraiser auction on August 7 through 9 at Thomaston's Watts Hall.";
arnews[1] += "
Publ.Date : Wed, 29 Jul 2009 23:41: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("