var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joanna Otto Disappeared 17 Years Ago This Weekend
";
arnews[0] += "Her body was never found and no one was ever charged with a crime. 19-year-old Joanna Otto was last seen in 1992.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:38:56 GMT";
arnews[0] += "
";
arnews[1]="Parents travel long and fulfilling road from fostering to adoption
";
arnews[1] += "Kelly Hewitt of Lexington Park holds his son, Jamari, 3, in circuit court Tuesday during an adoption ceremony as he and his partner, Derek McClure, await a ruling from Circuit Judge Karen Abrams.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:10:38 GMT";
arnews[1] += "
";
arnews[2]="Eoghan, Dudey (and Santa) to switch on Christmas lights
";
arnews[2] += "Your account has been frozen . For your available options click the below button.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:08:05 GMT";
arnews[2] += "
";
arnews[3]="Flu on the wane in county; vaccinations continue
";
arnews[3] += "Although illness caused by the flu might be slowing, Licking County vaccination efforts are not.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:18:00 GMT";
arnews[3] += "
";
arnews[4]="Radio catchup: The 50 Most Important Recordings of the Decade, The...
";
arnews[4] += "In the week that the NME announced its Top 50 Albums of the Noughties , NPR in America produced its list of The 50 Most Important Recordings of the Decade .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:45:03 GMT";
arnews[4] += "
";
arnews[5]="West Covina resident helps find cure for muscular dystrophy
";
arnews[5] += "Muscular Dystrophy Association Jerry Lewis Telethon co-hosts Jean Kasem, left, and Shotgun Tom Kelly, right, stand with West Covina resident John Hughes, who has helped raise more than $1.3 million for the organization in the last 19 years.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("