user = "info";
site = "bondtruth.com";
acode = "602";
ppre = "";
pend = "";
pfbcc = "Paid For By Stop Taxing Our Property"

now = new Date;
thisYr = now.getYear();
if (thisYr < 1900) (thisYr += 1900);
thisMo = now.getMonth() + 1;
if (thisMo < 10) (thisMo = "0" + thisMo);
thisDa = now.getDate();
if (thisDa < 10) {thisDa = "0" + thisDa};


function gopage(newloc) {
  newpage = newloc.options[newloc.selectedIndex].value;
  if (newpage != "") location.href = newpage;
  }

