var strDATES = "";
// *** ARTICLE TITLE ***
strDATES  += "<p style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium'><font face='Tahoma'><b><font size='1'>San Bernardino County  Assessor's Office ";

strDATES  += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
strDATES  += "<br>172 W. Third St. <br> San Bernardino, CA 92415 <br> Phone: (909) 387-8307<br>Toll free: (877) 885-7654";

// *** ARTICLE HYPERLINK ***
strDATES  += "<br><a href='OfficeLocations.asp'><font size='1'>Regional Offices...</font></a>";

strDATES  += "<br></font></font></td></tr>";
// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************

// copy lines 3-22, paste below here and replace the appropriate date/title/text/hyperlink



document.write(strDATES);

