var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="General contractor preparing to hire for Etowah Village project
";
arnews[0] += "There will be a number of job opportunities for both skilled and unskilled laborers when ground is broken for the 78-unit Etowah Village in South Rome.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:05:40 GMT";
arnews[0] += "
";
arnews[1]="General contractor preparing to hire for Etowah Village project
";
arnews[1] += "There will be a number of job opportunities for both skilled and unskilled laborers when ground is broken for the 78-unit Etowah Village in South Rome.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:20:08 GMT";
arnews[1] += "
";
arnews[2]="The only qualifications will be speaking spanish and a willingness to ...
";
arnews[2] += "There will be a number of job opportunities for both skilled and unskilled laborers when ground is broken for the 78-unit Etowah Village in South Rome.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:53:19 GMT";
arnews[2] += "
";
arnews[3]="Woman arrested for stealing cologne, hiding drugs in her bra
";
arnews[3] += "MARY ESTHER A 23-year-old Fort Walton Beach woman was arrested Jan. 19 on charges of drug possession, larceny and resisting an officer in the recovery of stolen goods.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 18:44:04 GMT";
arnews[3] += "
";
arnews[4]="Hunterdon County Chamber of Commerce notes
";
arnews[4] += "For more information about any Hunterdon County Chamber of Commerce event or to register, call 908-782-7115 or visit hunterdon-chamber.org . Over the course of the next few weeks, the Hunterdon County Chamber of Commerce will be holding three information sessions on social media web sites.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 21:58:46 GMT";
arnews[4] += "
";
arnews[5]="Youth briefs
";
arnews[5] += "Washington's seventh-grade girls basketball teams lost two games to Geneva North on Jan.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 10:51:06 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("