var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michael Angel Suarez
";
arnews[0] += "MANSFIELD: Michael Angel Suarez, 52, of Mansfield, passed away Tuesday, February 2, 2010 at MedCentral Mansfield Hospital following a brief illness.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 16:34:52 GMT";
arnews[0] += "
";
arnews[1]="Recent marriage licenses issued in Winnebago County
";
arnews[1] += "Winnebago County The following marriage licenses were issued recently by the Winnebago County clerk: Matthew Hakenjos of Cicero and Alexandria Thede of Neenah Darin Heyerdahl and Dianne Parker, both of Neenah Matthew Heimann of Menasha and Victoria Beahm of North Fond du Lac Juan Cendejas Cachu and Alma Ruiz Hernandez, both of Menasha Kalvin ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Michael Angel Suarez
";
arnews[2] += "MANSFIELD: Michael Angel Suarez, 52, of Mansfield, passed away Tuesday, February 2, 2010 at MedCentral Mansfield Hospital following a brief illness.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Fond du Lac marriage licenses
";
arnews[3] += "The following marriage licenses were issued by the Fond du Lac County Clerk's Office as of Jan.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Marriage licenses for Jan. 30
";
arnews[4] += "Nathan Anderson and Ashley Davis, both of Alamogordo, N.M. Jeremy Massey and Bobbie Gienau, both of La Salle Brennen Henry and Jessica Read, both of Greeley Joshua Ehrlich and Terri Mascarenas, both of Evans Jan.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 08:27:36 GMT";
arnews[4] += "
";
arnews[5]="Luis a Canoa Carcano
";
arnews[5] += "Luis \"Cano\" Carcano, 74, joined his Lord and Savior peacefully at 11:55 a.m. Saturday, January 23, 2010, surrounded by his wife, children and grandchildren at his home in Windthorst.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 09:39:09 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("