var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Locals Dedicated to Help Haiti Return Home
";
arnews[0] += "Two Bakersfield men returned home from Haiti on Saturday. Olive Knolls Church in Northwest Bakersfield started The Haiti Project last year making two trips to the Caribbean nation.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:24:54 GMT";
arnews[0] += "
";
arnews[1]="Provocative dishes set the mood for romance
";
arnews[1] += "I've seen a lot of Valentine's Day food stories over the years, most of them hackneyed pieces with gauzy photos of couples holding hands across a dimly lit table, or feeding each other gooey strawberries and whatnot dipped in chocolate.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 01:14:11 GMT";
arnews[1] += "
";
arnews[2]="USM: Signing day breakdown
";
arnews[2] += "Oak Grove receiver Steve McNair Jr. stands out as the biggest name in this year's recruiting class.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Locals Dedicated to Help Haiti Return Home
";
arnews[3] += "Two men who visited Haiti before the quake returned home on Saturday to tell what they saw of post-quake suffering and relief efforts.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 05:40:32 GMT";
arnews[3] += "
";
arnews[4]="Mandarin High athletes commit to continue playing after high school
";
arnews[4] += "TARA WILDES/Community photographer QB Chelton Carter and OL Mose Countryman of Mandarin High School both signed letters of intent to play football in college.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 12:53:00 GMT";
arnews[4] += "
";
arnews[5]="Shotts, Juanita Olive
";
arnews[5] += "News Death Notice SHOTTS, Juanita Olive \"Ollie\" Age 85, of Dayton, passed away Wednesday, February 3, 2010.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="The 10 Dumbest Things Businesses Buy
";
arnews[6] += "Are you paying for this stuff? Then stop. Maryellen Kane, founder and chief executive of Olive Juice, a children's clothing company, was used to shelling out north of $5,000 to man a booth for three days at industry tradeshows.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 22:00:40 GMT";
arnews[6] += "
";
arnews[7]="Girls Basketball: Butler working to find its way
";
arnews[7] += "Butler seemed primed for an upset when it played 10th-seeded Roxbury in a Morris County Girls Basketball Tournament game last Saturday.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 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("