var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Families of beating death victim, suspect say loved ones wouldn't seek trouble
";
arnews[0] += "A Matsuda relief fund has been set up at Kern Schools Federal Credit Union to support the children of Patrick Matsuda.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:54:12 GMT";
arnews[0] += "
";
arnews[1]="Parks And Recreation Preview: Galentine's Day
";
arnews[1] += "Valentine's Day? Pshhh. It's all about Galentine's Day this year. We have some video clips from this week's episode of Parks & Recreation and one of them should give you a pretty good idea of what Galentine's Day is all about.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:17:46 GMT";
arnews[1] += "
";
arnews[2]="Mobile Maintenance Service
";
arnews[2] += "Photo courtesy of Dallas Airmotive. Maintenance has a new take on customer service, coming to the plane instead of the customer bringing the plane to a maintenance facility.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 00:43:00 GMT";
arnews[2] += "
";
arnews[3]="More: High school roundup: Lake City boys lock up region
";
arnews[3] += "The Lake City boys basketball team clinched Region VII-AAA thanks to more late-game heroics.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Southeast grad Ben Hines absorbs chances to learn
";
arnews[4] += "Ben Hines is a name that is not likely to ring many bells for Portage County basketball enthusiasts.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:14:34 GMT";
arnews[4] += "
";
arnews[5]="Government Shut Down as DC, Region Dig Out of Snow
";
arnews[5] += "Old Furnace Road in Georgetown, Del., is seen Monday, Feb. 8, 2010. A worker shovels snow to clear a sidewalk along Pratt Street the morning after a winter storm in Baltimore, Sunday, Feb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:04:21 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("