var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From Our Courts
";
arnews[0] += "In the interest of the late Dorothy J. Hudson, application for probate of will and issuance of letters testamentary by Patricia Ann Roberts In the interest of the late Charles David Stoune, application for probate of will and muniment of letters testamentary by Lesley Stoune In the interest of the late B. Anne Tarr, application for probate of will ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:17:00 GMT";
arnews[0] += "
";
arnews[1]="Bottle launched with message honoring Los Gatos-area fisherman found...
";
arnews[1] += "Johnny Hannegan holds a copy of a letter that was retrieved from a wine bottle that he and his buddies had dropped in the ocean to honor a friend at his restaurant in Los Gatos on Feb.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Bets gang up on Villar over big ad spend
";
arnews[2] += "MANILA, Philippines Sen. Jamby Madrigal and other presidential candidates on Monday ganged up on Sen.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:39:23 GMT";
arnews[2] += "
";
arnews[3]="Marin supervisors used personal touch to distribute $612,000
";
arnews[3] += "Marin County supervisors distributed more than $612,000 from a discretionary fund over the past 19 months to a wide range of charities, civic and community groups and pet projects.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="From Our Courts
";
arnews[4] += "In the interest of the late Joanelle B. Fawver, application for probate of will and issuance of letters testamentary by Jo Eilene Francis, Phyllis Fergusion and Larry Leslie Fawver In the interest of the late Fred Whitlock, application for probate of will and issuance of letters testamentary by Lindy Ann Whitlock In the interest of the late Stanley ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 07:28:00 GMT";
arnews[4] += "
";
arnews[5]="Newsgrams
";
arnews[5] += "Marin Clean Energy secures loan guarantee from county This week county supervisors agreed to cosign a loan in support of Marin Clean Energy start-up operations.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:37:35 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("