var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Army Wives the Complete Third Season DVD
";
arnews[0] += "Army Wives the Complete Third Season DVD Posted by Michael Weyer on 02.09.2010 The drama continues to show a fantastic look at the lives of military families with equal doses of humor and emotion that makes it a great journey to march to.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:32:34 GMT";
arnews[0] += "
";
arnews[1]="Spotted: The focus is on you
";
arnews[1] += "DAISY Award Winner: Cindy Downs, RN, CWOCN, in Athens Regional's Wound Center, was recently named the DAISY Award Winner for the month of January.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:21:48 GMT";
arnews[1] += "
";
arnews[2]="New'09 Beaches foreclosure rates beat U.S. average
";
arnews[2] += "Here are the numbers of 2009 foreclosure filings for each of the four Beaches communities, the state and the nation, followed by the rate of foreclosure defaults.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 06:26:03 GMT";
arnews[2] += "
";
arnews[3]="Miss Fox Creek to be chosen Feb. 62/2/2010
";
arnews[3] += "Thirty-four young women will vie for Miss Fox Creek on Saturday, Feb. 6, at Grace United Methodist Church's Wesley Center, 639 Georgia Ave.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 03:14:25 GMT";
arnews[3] += "
";
arnews[4]="Several honored during Boy Scouts dinner
";
arnews[4] += "Two local Boy Scout volunteers were award the BSA District Award of Merit at the Chief Cornstalk District Recognition Dinner.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 03:00:58 GMT";
arnews[4] += "
";
arnews[5]="Police & fire log
";
arnews[5] += "A Jonestown man was charged Tuesday with sexual abuse of children and corruption of minors as a result of an incident on Thanksgiving Day at a relative's home at 180 Lickdale Road, state police said.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:04:42 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("