var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Students, parents warned about cell phone 'sexting'
";
arnews[0] += "At a forum Wednesday at Norwich Free Academy, law enforcement officials and a representative from the Office of the State's Attorney ticked off the reasons why youngsters shouldn't engage in the growing trend of sending nude photos through text messages on their cell phones.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 13:51:26 GMT";
arnews[0] += "
";
arnews[1]="Three in custody in 1995 Coosa County slayings
";
arnews[1] += "But maybe just maybe justice will be served. Oh I am positive it will all be the same.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 04:30:30 GMT";
arnews[1] += "
";
arnews[2]="Three in custody in 1995 Coosa County slayings
";
arnews[2] += "I guess this last remark that was posted struck a nerve. I guess I should never have come on here in the first place.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 18:46:20 GMT";
arnews[2] += "
";
arnews[3]="Peace River's World War Two Recruits
";
arnews[3] += "Peace River and area was well-represented in the Forces of the Second World War.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 04:33:34 GMT";
arnews[3] += "
";
arnews[4]="James C. Mills
";
arnews[4] += "James Charlie Mills, 94, of Alapaha died Thursday, Nov. 5, 2009 at Berrien County Hospital.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 07:13:39 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("