var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death notices for Nov. 21
";
arnews[0] += "Shadell Bell, 50, of Oroville, died Thursday, Nov. 19, 2009, in Oroville. Arrangements are under the direction of Oroville Funeral Home, 533-0323. DEWAR - Donald Dewar, 75, of Oroville, died Friday, Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:52:06 GMT";
arnews[0] += "
";
arnews[1]="Christmas Concert Event
";
arnews[1] += "Sandstone Free Church to Host Christmas Concert Event On Sunday evening, December 6, 2009 at 7:00 p.m., the Sandstone Evangelical Free Church will be hosting a Christmas concert by area musical group Voice of Hope.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:10:33 GMT";
arnews[1] += "
";
arnews[2]="Through the snow and the tall trees, hushed wonder at June Lake
";
arnews[2] += "John Wyatt of Portland skis away from June Lake toward the Swift Creek Trail on a picturesque 5.5-mile loop.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:11:01 GMT";
arnews[2] += "
";
arnews[3]="Hawks set foot on playoff turf
";
arnews[3] += "From worst to the playoffs in one season. That is the job that coach Matt Monzingo has done with the second-year Canyon Lake Hawks.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 06:49:56 GMT";
arnews[3] += "
";
arnews[4]="It's Complicated
";
arnews[4] += "Meryl Streep , Steve Martin , Alec Baldwin , John Krasinski , Lake Bell Genre: Comedy ItsComplicatedmovie.com Review: DVD: One-Sheet Teaser Writer/director Nancy Meyers directs Meryl Streep, Steve Martin and Alec Baldwin in \"It's Complicated,\" a comedy about love, divorce and everything in between.";
arnews[4] += "
Publ.Date : Wed, 07 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Death notices for Nov. 21
";
arnews[5] += "Shadell Bell, 50, of Oroville, died Thursday, Nov. 19, 2009, in Oroville. Arrangements are under the direction of Oroville Funeral Home, 533-0323. DEWAR - Donald Dewar, 75, of Oroville, died Friday, Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:17:29 GMT";
arnews[5] += "
";
arnews[6]="Faith calendar
";
arnews[6] += "BIBLE STUDY Bible study with Bishop Boerger: 7 p.m. Dec. 9 at Light of the Cross Lutheran Church, 2717 180th St.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:59:55 GMT";
arnews[6] += "
";
arnews[7]="Post a Comment
";
arnews[7] += "There were nine lead changes, two ties, 87 points scored and more than 930 yards of total offense accumulated.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:45:29 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("