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]="UIL volleyball squad skips by Big Country
";
arnews[1] += "Only one player with any sort of Big Country connection has been named to the University Interscholastic League's All-Century Volleyball Team.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:21:36 GMT";
arnews[1] += "
";
arnews[2]="Trims for the homeless
";
arnews[2] += "Hunched over his shopping cart filled with cans and bottles as he smoked a cigarette Thursday morning, 55-year-old Ken Davis looked quizzically at the dozens of city workers and volunteers erecting tents in a parking lot near Sharon Meadow in Golden Gate Park.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:07:19 GMT";
arnews[2] += "
";
arnews[3]="Project Homeless Connect in Golden Gate Park
";
arnews[3] += "Hunched over his shopping cart filled with cans and bottles as he smoked a cigarette Thursday morning, 55-year-old Ken Davis looked quizzically at the dozens of city workers and volunteers erecting tents in a parking lot near Sharon Meadow in Golden Gate Park.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:43:46 GMT";
arnews[3] += "
";
arnews[4]="As You See It: Nov. 20, 2009
";
arnews[4] += "I realize the Santa Cruz Police Department has a lot to deal with these days. However, their complete lack of intervention when the water main broke at Highway 9 and River Street was truly unacceptable.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:31:13 GMT";
arnews[4] += "
";
arnews[5]="'Home in Time for Christmas'
";
arnews[5] += "Romance novels tend to have romance in them, but this element is nowhere to be found in Heather Graham's new book, \"Home in Time for Christmas.\" In fact, her biggest accomplishment is writing an entire book about a relationship that isn't compelling on any level, neither romantically nor sexually.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:22:34 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("