var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michael A. Setzer
";
arnews[0] += "8, 2010 Mr. Michael A. Setzer, 48, of Drums died Monday in Drums. Michael was a 1979 Weatherly High School graduate and a graduate of the Culinary Institiute of America, Hyde Park, N.Y. He was Catholic by faith.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Leann Hunley to Appear on NCIS
";
arnews[1] += "Days of Our Lives star Leann Hunley will make a guest appearance on CBS's NCIS , according to TV Guide Magazine .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:56:27 GMT";
arnews[1] += "
";
arnews[2]="Police, Feb. 10
";
arnews[2] += "State police seek information on shooting State police at Hazleton ask anyone with information about a shooting into an occupied home in West Hazleton early Monday morning to contact them.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:23:11 GMT";
arnews[2] += "
";
arnews[3]="Police, Feb. 9
";
arnews[3] += "McAdoo man facing domestic abuse charges McAdoo police charged a borough man with domestic violence and other charges after investigating a disturbance at 2 S. Kennedy Drive on Dec.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:58:47 GMT";
arnews[3] += "
";
arnews[4]="'NCIS' Sends Ziva Undercover To Track Down a Killer - ET
";
arnews[4] += "\";\" /> A Marine that Gibbs knows from two previous cases, Damon Werth , returns to ask for help when he wakes up dazed and confused in a dumpster next to a dead buddy -- sending the \"NCIS\" team undercover to take down a shady shipping ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:01:39 GMT";
arnews[4] += "
";
arnews[5]="Obituary: Mary T. Maxwell
";
arnews[5] += "Mary T. Maxwell, 85, of Bee Branch, went to be with the Lord as she was surrounded by her family Saturday, Feb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:55:12 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("