var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="George E. Michener - WKBW-TV
";
arnews[0] += "Of Hamburg, entered into rest February 5, 2010. Beloved husband of Cheryl A. (nee Sternberg) Michener; devoted father of Craig (Jill Zloty) Michener and Christin (Jeremy) Smith; cherished grandfather of Julia Rose Smith; loving son of the late George ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[0] += "
";
arnews[1]="Herald-Whig Sports Writer - Quincy Herald-Whig
";
arnews[1] += "With 1 minute, 39 seconds left in the second quarter of Saturday's 64-37 senior night victory over Rock Island Alleman at the KHQA/Subway SuperFan Shootout, the senior forward on the Quincy Notre Dame girls basketball team received a pass from ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 05:25:00 GMT";
arnews[1] += "
";
totcount = 2;
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("