var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tribute to Andy Warhol at SCAD Museum of Art
";
arnews[0] += "Ahmad Jackson, Collections Manager at the SCAD Museum of Art, looks at the wall of photographs featuring silver gelatin prints and Polaroids by Andy Warhol.";
arnews[0] += "
Publ.Date : Sun, 25 Oct 2009 04:52:51 GMT";
arnews[0] += "
";
arnews[1]="Mitchell - Stimpson
";
arnews[1] += "Margaret McLeod Stimpson and Richard Hardy Mitchell were united in marriage at the Riverbend Chapel in Choctaw Bluff, Ala., on October 10, 2009.";
arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 22:32:00 GMT";
arnews[1] += "
";
arnews[2]="Mitchell - Stimpson
";
arnews[2] += "Margaret McLeod Stimpson and Richard Hardy Mitchell were united in Holy Matrimony on October 10, 2009 at Riverbend Chapel in Choctaw Bluff, Alabama.";
arnews[2] += "
Publ.Date : Fri, 09 Oct 2009 14:08:00 GMT";
arnews[2] += "
";
arnews[3]="Bates County 4-H elects new officers
";
arnews[3] += "A new slate of officers was elected at the September 14 meeting of the Bates County 4-H Council.A The officers are : Allison Jenkins, Song Leader; Sherry Warfield, Adult Vice-President;A David Warfield, Song Leader; Taylor Fischer, Secretary; Reba Colin, Treasurer; Mike Tarvin, Reporter; : Alex Jenkins, Jr.";
arnews[3] += "
Publ.Date : Wed, 30 Sep 2009 18:36:29 GMT";
arnews[3] += "
";
arnews[4]="Obesity: A heavy burden
";
arnews[4] += "BYPASS BENEFIT: Ken Douglas, who weighed 151kg in 2003 before he went under the knife, has since become a staunch advocate for more publicly-funded weight-loss surgery.";
arnews[4] += "
Publ.Date : Sat, 26 Sep 2009 17:19:00 GMT";
arnews[4] += "
";
arnews[5]="Obesity: A heavy burden
";
arnews[5] += "BYPASS BENEFIT: Ken Douglas, who weighed 151kg in 2003 before he went under the knife, has since become a staunch advocate for more publicly-funded weight-loss surgery.";
arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 06:30:35 GMT";
arnews[5] += "
";
totcount = 6;
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("