var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="William Earl White aka 'Bill or Pete' White
";
arnews[0] += "William Earl White, aka 'Bill or Pete' White, 67, of Albertville, died Wednesday, Feb.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 21:37:35 GMT";
arnews[0] += "
";
arnews[1]="Raymond L. Anderson, 60
";
arnews[1] += "Raymond L. Anderson, 60, of Shelbyville, died Feb. 7, 2010. Born Nov. 27, 1949 in Rushville, he was the son of Raymond L. Anderson Sr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:13:56 GMT";
arnews[1] += "
";
arnews[2]="Lady Jays tally WEC win at MMC Friday
";
arnews[2] += "Gehlen's Amber Timmins looks to inbound the ball during Friday's War Eagle Conference game at Marcus-Meriden-Cleghorn. Gehlen Catholic used a strong start and a 12-0 second-half run to defeat Marcus-Meriden-Cleghorn 53-38 in War Eagle Conference action Friday night in Marcus.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:47:35 GMT";
arnews[2] += "
";
arnews[3]="William Earl White aka 'Bill or Pete' White
";
arnews[3] += "William Earl White, aka 'Bill or Pete' White, 67, of Albertville, died Wednesday, Feb.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:37:35 GMT";
arnews[3] += "
";
arnews[4]="Strong Vincent passes Roosevelt on Erie school priorities list
";
arnews[4] += "Erie School District is taking another look at school construction and repair needs.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:27:00 GMT";
arnews[4] += "
";
arnews[5]="Burns Park's 'Guys and Dolls' no gamble - it's a winner
";
arnews[5] += "Anyone looking for an upbeat musical with plenty of showbiz razzle-dazzle will find the Burns Park Players ' production of \"Guys and Dolls\" pretty much a sure thing.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 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("