var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Coastside doctor serves with endless well of energy
";
arnews[0] += "Dr. Josefina Enriquez will never have to worry about going hungry, like some of her patients.";
arnews[0] += "
Publ.Date : Sun, 14 Jun 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Battle of the Athlete Girlfriends: Kate Hudson
";
arnews[1] += "Read into this what you will: \"There's been visible coldness between Minka and Kate I don't know if it's a personal thing, or just an extension of the ongoing A-Rod-Jeter rivalry.\" To keep in mind: Jeter's fiercely protective of his private life - in 2002, after Steinbrenner chided Jeter for partying hard - the Yankees shortstop has mostly kept his ...";
arnews[1] += "
Publ.Date : Thu, 13 Aug 2009 13:43:54 GMT";
arnews[1] += "
";
arnews[2]="Recognitions
";
arnews[2] += "Kelsey J. Potdevin, shown right, of Juneau, was one of 509 seniors to graduate from Colby College on May 24 in Waterville, Maine.";
arnews[2] += "
Publ.Date : Sun, 19 Jul 2009 15:23:00 GMT";
arnews[2] += "
";
arnews[3]="Coastside physician's exemplary service to our community
";
arnews[3] += "The longest-serving private physician on the Coastside not only runs, but is expanding, our free Rota Care service, reports Julia Scott in the County Times.";
arnews[3] += "
Publ.Date : Wed, 17 Jun 2009 20:46:00 GMT";
arnews[3] += "
";
arnews[4]="Coastside doctor serves with endless well of energy
";
arnews[4] += "Dr. Josefina Enriquez will never have to worry about going hungry, like some of her patients.";
arnews[4] += "
Publ.Date : Mon, 15 Jun 2009 12:42:09 GMT";
arnews[4] += "
";
arnews[5]="Coastside doctor finds energy to serve
";
arnews[5] += "Dr. Josefina Enriquez will never have to worry about going hungry, like some of her patients.";
arnews[5] += "
Publ.Date : Sun, 14 Jun 2009 23:07:16 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("