var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Area police urging people to be on guard in light of dual homicide investigations
";
arnews[0] += "Investigators have yet to confirm a link between the deaths of two Gastonia women whose bodies were found recently in rural areas of York County, S.C. But the two women led similar lifestyles, immersed in a subculture of drug use and scrapes with the law.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:51:05 GMT";
arnews[0] += "
";
arnews[1]="Selling Gaston County: 18 properties sell for more than $100,000 each
";
arnews[1] += "Real estate transactions represent transfer of real property recorded with the Gaston County Register of Deeds.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:13:25 GMT";
arnews[1] += "
";
arnews[2]="ERDC staffers take home awards
";
arnews[2] += "The Mississippi Section of the American Society of Civil Engineers recently named Lucy Priddy as Young Engineer of the Year and Jeb Tingle as Engineer of the Year.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:03:15 GMT";
arnews[2] += "
";
arnews[3]="Tribune 126560
";
arnews[3] += "IN THE UNITED STATES BANKRUPTCY COURT FOR THE DISTRICT OF DELAWARE IN rE FREEDOM COMMUNICATIONS HOLDINGS, INC., et al., Debtors.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:38:08 GMT";
arnews[3] += "
";
arnews[4]="Thursday's Delaware County arrest log
";
arnews[4] += "Law enforcement agencies in Muncie and Delaware County jailed 13 people Thursday.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:25:30 GMT";
arnews[4] += "
";
arnews[5]="Boys High School Basketball: Union City still able to get win over South Side
";
arnews[5] += "The stars of the past decade are gone for Union City. There is no Marquis Weddle, M.J. Brown, Tony Wilkins or Ryne Simpson to carry the team with their shooting.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("