var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aline M. Jungen
";
arnews[0] += "Aline M. Jungen, age 87, passed away on Friday, February 5, 2010, at St. Paul Home in Kaukauna.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Tonight: Fixing Detroit, K-Fed: Roger Catlin | TV Eye
";
arnews[1] += "After being absent from the airwaves for a while former CNN correspondent and anchor Miles O'Brien returns for two documentaries on PBS this week.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:11:06 GMT";
arnews[1] += "
";
arnews[2]="Torquay show strength in depth
";
arnews[2] += "LOWER ORDER strength proved decisive for Torquay II as they beat local rivals Newton Abbot I 3-2 in Division One at Marsh Road.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Michael Rosenberg: Granderson's N.Y. success won't be like Detroit's
";
arnews[3] += "Curtis Granderson will be great in New York. He should hit a lot of home runs in new Yankee Stadium.";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Friday, January 29, 2010
";
arnews[4] += "Iris Barham 1926-2010 MOREHEAD - Iris Barham, 83, of Dayton, Ohio, passed away Sunday, January 24, 2010 in the Grandview Hospital, Dayton after several years of failing health.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Journey from pen pal to NZ citizenship
";
arnews[5] += "Stephen Scandrett joins his wife, Lyudmila, and her children, Yulia Kiseleva and Valentin Kiselev, of Russia, following a citizenship ceremony at the Dunedin Public Art Gallery yesterday.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 18:00:02 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("