var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Bored Females
"; arnews[0] += "More scholar books with BrontA mentions: The Female Gothic New Directions Edited by Diana Wallace and Andrew Smith This rich and varied collection of essays makes a timely contribution to critical debates about the Female Gothic, a popular but contested area of literary studies."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:13:23 GMT"; arnews[0] += "
"; arnews[1]="Sentences meted out in 115th District Court
"; arnews[1] += "Thirteen felony guilty pleas and two motions to revoke probation were heard in 115th District Court in Gilmer last week, with Judge Lauren Parish presiding."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:05:29 GMT"; arnews[1] += "
"; arnews[2]="Taylor's sudden exit leaves UPEI program in disarray
"; arnews[2] += "The University of Prince Edward Island Panthers' tale caught me off guard, too. Dylan Taylor resigned as head coach of the men's hockey team on Tuesday, but it seems he was simply resigned to the fact the players had tuned him out."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:38:50 GMT"; arnews[2] += "
"; arnews[3]="15 people sentenced in Upshur
"; arnews[3] += "District Judge Lauren Parish sentenced 15 people this past week in Upshur County's 115th District Court."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 06:21:54 GMT"; arnews[3] += "
"; arnews[4]="Letters to the editor11/18/2009
"; arnews[4] += "A thank-you to North Augusta Halloween - time for costumes, candy, parties, volunteering ... Volunteering? More than 200 North Augusta residents, young and old, spent Halloween morning going door-to-door collecting for It's Spooky to be Hungry, the annual food drive held in more than 200 neighborhoods in the CSRA, including more than 30 ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:01:42 GMT"; arnews[4] += "
"; totcount = 5; 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("
");