var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Buncombe property transfers
";
arnews[0] += "The following transfers were filed in the Register of Deeds office Nov 9-13: Alexander Lot 31 of The Hills of French Broad, $132,000, Jeri S. and Patrick Davis to Richard A. and Lydia Stewart 63 High Valley Drive, $238,000, Daisy M. and Scott P. Settle-Chesser to Kim Evetts Merck Arden Lot 2 of Baldwin Cove, $207,500, G. Jean Graham to Susan S. Lee ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:23:34 GMT";
arnews[0] += "
";
arnews[1]="Jean Barton:Annual convention in Sparks
";
arnews[1] += "Bob Bergsten, Tri-State Livestock Credit Corp. and 2009 Livestock Man of the Year Bill Borror, Tehama Angus Ranch, Gerber.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:32:40 GMT";
arnews[1] += "
";
arnews[2]="Dimock Twp. property owners sue gas driller Cabot
";
arnews[2] += "Describing their situation as a \"war zone,\" 15 property owners in Dimock Township in Susquehanna County filed a lawsuit on Thursday against Cabot Oil and Gas, claiming the Houston-based driller caused property damage, created health hazards and \"hoodwinked\" the residents into unfair contracts.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:41:55 GMT";
arnews[2] += "
";
arnews[3]="Chili and soup, courtesy Jasper Girl Scouts
";
arnews[3] += "Girl Scout Troop 1162 and others in the community will be cooking chili and soup with the items collected from the troop's community canned food drive, items the troop purchased from their cookie money profits from this past year, and donations.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:35:39 GMT";
arnews[3] += "
";
arnews[4]="Four arrested
";
arnews[4] += "Four Carter County residents were among the over 200 people rounded up in \"Operation Flamingo Road\" drug roundup across 33 counties this past week.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Susquehanna County Residents Sue Gas Drillers
";
arnews[5] += "Families in Susquehanna County are suing a natural gas drilling company. Fifteen families initially signed on to gas drilling plans with hopes for a bright financial future but now they say they are fed up with one drilling company.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:30:56 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("