var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea Katelyn Sims
";
arnews[0] += "Nov. 17, 2009 Miss Chelsea Katelyn Sims, 22, died Tuesday at Paoli Hospital, Paoli.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Obituaries for 11/18/2009
";
arnews[1] += "SULLIVAN, Virginia Ann McGough, 58, a resident of Sellars, Alabama, passed away on Saturday, November 14, 2009.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="A Blackout Leaves 'NCIS'' Case in the Dark
";
arnews[2] += "When an attempted robbery leaves a lieutenant dead and the entire city in a blackout, the \"NCIS\" team is called upon to figure out what happened -- and they are forced to use old-fashioned methods.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:14:50 GMT";
arnews[2] += "
";
arnews[3]="A Blackout Leaves 'NCIS'' Case in the Dark - ET
";
arnews[3] += "Entertainment Tonight Headlines \";\" /> When an attempted robbery leaves a lieutenant dead and the entire city in a blackout, the \"NCIS\" team is called upon to figure out what happened -- and they are forced to use old-fashioned methods.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:00:15 GMT";
arnews[3] += "
";
arnews[4]="Police Reports for the week of November 18, 2009
";
arnews[4] += "Incident and offense reports from municipal police departments from Oct. 29-Nov. 11.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:34:58 GMT";
arnews[4] += "
";
arnews[5]="Carbon sues Panther Valley
";
arnews[5] += "Carbon County has filed a lawsuit against Panther Valley School District to try to recover tax records and commissions from 2000 to present.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 17:35:17 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("