var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Looking back
";
arnews[0] += "This week's old photo shows the altar boys and clergy at St. Ann Church in the early 1950s.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:58:30 GMT";
arnews[0] += "
";
arnews[1]="Provincial journal
";
arnews[1] += "A 13-year-old boy is facing at least one charge after an incident earlier this week at Nashwaaksis Middle School.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV Watch: 'Bones' recap: 'That man is not the Iron Leprechaun!'
";
arnews[2] += "When I first saw photos of Booth in a wrestling ring with a little person, I feared we were looking at a mistake the size of last season's circus episode.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 05:10:00 GMT";
arnews[2] += "
";
arnews[3]="a Bonesa recap: Midget wrestling, phallic frustration, and the return of Gordon Gordon
";
arnews[3] += "When I first saw photos of Booth in a wrestling ring with a little person, I feared we were looking at a mistake the size of last season's circus episode.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 16:52:00 GMT";
arnews[3] += "
";
arnews[4]="a Bonesa cast takes us behind the scenes
";
arnews[4] += "Yes, it's November Sweeps, but we're already looking ahead to December episodes of Fox's Bones .";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 00:49:32 GMT";
arnews[4] += "
";
arnews[5]="'Bones': 15 exclusive on-set pics
";
arnews[5] += "In this shot, David Boreanaz and Emily Deschanel prepare for another couples therapy session with John Francis Daley .";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 07:52:15 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("