var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Six Sault parishes under review for possible closure
";
arnews[0] += "The following announcement was issued this afternoon by the Roman Catholic Diocese of Sault Ste.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:58:47 GMT";
arnews[0] += "
";
arnews[1]="Leader Newspapers- The Leader Guide for the week of
";
arnews[1] += "VFW Calo-Sass Post 4697, 222 River Road, North Arlington, will hold its next meeting Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:32:37 GMT";
arnews[1] += "
";
arnews[2]="A joyride that turned costly
";
arnews[2] += "Bangalore: The midnight joyride turned out to be a mugging nightmare for two friends early Friday with one of them being stabbed with a knife.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:45:00 GMT";
arnews[2] += "
";
arnews[3]="M-Basketball: Hosts Florida Gulf Coast - Saturday at 7 p.m.
";
arnews[3] += "FLORIDA GULF COAST Eagles at SMU Mustangs - Sat. Nov. 21 - 7 p.m. - Moody Coliseum - Dallas, Texas - Radio: KAAM 770 AM - Internet: SMUMustangs.com The SMU Mustangs host Florida Gulf Coast at Moody Coliseum on Saturday at 7 p.m. This is the third of six straight home games to open the season.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:08:31 GMT";
arnews[3] += "
";
arnews[4]="St Vincent de Paul 'back on track'
";
arnews[4] += "THE head of the Catholic Church in Fiji says the the St Vincent de Paul Society ios operating as normal.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("