<script type="text/javascript">window.addEventListener("load", function() { let itemHeader = document.querySelector("#k2Container > .itemHeader"); if (!(itemHeader == null || typeof itemHeader == "undefined")) itemHeader.style.display = "none"; let itemBody = document.querySelector("#k2Container > .itemBody"); if (!(itemBody == null || typeof itemBody == "undefined")) itemBody.style.margin = "0"; }); // // 112625 yong.im >>> // Williamson Act // function getUrlParameter(name) { let results = null; let value = null; results = new RegExp('[?&]' + name + '=([^&#]*)').exec(window.location.href); if (results != null) value = decodeURI(results[1]); return value; }; let search = getUrlParameter("search"); let iframe = document.querySelector("iframe[name='newforms']"); if (!(search == null || typeof search == "undefined" || search.trim() == "")) iframe.src = "https://www.sccassessor.org/online/web?search=" + search; // // 112625 yong.im