var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gateway site:now under new management
";
arnews[0] += "City Council has given the Sault Ste. Marie Economic Development Corporation's Gateway Committee a two-year mandate to develop the still-wanting-to-happen site on Bay Street.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:54:14 GMT";
arnews[0] += "
";
arnews[1]="Death notices
";
arnews[1] += "St. George - Karma Hirschi Leavitt, 89, passed away, at her home, Feb. 4 in St. George. She was born Sept.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:03:00 GMT";
arnews[1] += "
";
arnews[2]="Sarah Cantrell Cooper
";
arnews[2] += "Sarah Elizabeth Cantrell Cooper, 89, of Hendersonville, was gathered into her Lord's arms on Feb.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Virus outbreak shuts hospital ward
";
arnews[3] += "A MEDICAL ward which deals with patients with respiratory problems has been closed to admissions and transfers due to an outbreak of norovirus.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:30:00 GMT";
arnews[3] += "
";
arnews[4]="Charles Gorwood Bursell, 75
";
arnews[4] += "Charles Gorwood Bursell, 75, died at his home in Port Orchard on February 7, 2010.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Farmer vows local focus despite Andover job bid
";
arnews[5] += "Schools Superintendent Christopher Farmer told school staff and local officials in an e-mail last week that all of his professional attention and energy will be focused on Gloucester as long as he is employed here, even as he pursues becoming the new leader of the Andover public school system.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:54:30 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("