var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jingle Bell Dinner to benefit Lopez Island Hospice and Home Support
";
arnews[0] += "Lopez Sound, who will be part of the entertainment at the Jingle Bell Dinner. Back row, L to R: JC Marean, John Butte, Gary Alexander, Ann Palmer.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Bruton, McCardell wed
";
arnews[1] += "Mr. and Mrs. John Malcolm McCardell, III were married November 21, 2009, at six o'clock in the evening.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:07:54 GMT";
arnews[1] += "
";
arnews[2]="Mass police transfers
";
arnews[2] += "ACTING Police Commissioner Owen Ellington yesterday ordered the transfer of 194 cops, including 130 from the rank and file, to various divisions of the constabulary.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:33:54 GMT";
arnews[2] += "
";
arnews[3]="Book Calendar
";
arnews[3] += "Submissions to The Book Calendar must be received by the Wednesday before publication.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:36:57 GMT";
arnews[3] += "
";
arnews[4]="From the Pulpit
";
arnews[4] += "Calvary Chapel of Chico, 1888 Springfield Drive: \"Him We Preach,\" from guest speaker Jacob Kliebe, from Nairobi, Kenya; 6 p.m. Scripture: Colossians 1:27-29. Congregation Beth Israel, 1336 Hemlock St.: Rabbi Julie Danan will speak on the Torah portion, \"Toldot\"; 10 a.m. Our Divine Savior Catholic Church, 566 E. Lassen Ave.: Mass; 5 p.m. Scripture: ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:39:53 GMT";
arnews[4] += "
";
arnews[5]="Review: The Blind Side
";
arnews[5] += "Quinton Aaron and Sandra Bullock in The Blind Side The Blind Side Rated PG-13 for one scene involving brief violence, drug and sexual references.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:11:33 GMT";
arnews[5] += "
";
arnews[6]="Big four Manning showdown
";
arnews[6] += "All is set for today's big ISSA/Pepsi/Digicel Manning Cup semi-finals at the Harbour View Mino Stadium.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 05:34:07 GMT";
arnews[6] += "
";
arnews[7]="Music at restaurant
";
arnews[7] += "THE RevRay Quartet will be playing at the Blue Bell, Nafferton, from 7.30pm on Thursday next week in aid of St Catherine's Hospice in Scarborough.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:01:04 GMT";
arnews[7] += "
";
totcount = 8;
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("