/* master combined javascript for westsanjosenjb.com */
function addLoadEvent(a){var b=window.onload;
if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){b();
a()}}}addLoadEvent(function(){var g=document.getElementsByTagName("span");var f=g.length;
for(var c=0;c<f;c++){var d=g[c];if(d.className=="hideEmail"&&d.childNodes.length==1&&d.firstChild.nodeType==3){var b=g[c].firstChild.nodeValue;
b=b.replace(/\s+AT\s+/gi,"@");b=b.replace(/\s*\[AT\]\s*/gi,"@");b=b.replace(/\s+DOT\s+/gi,".");
b=b.replace(/\s*\[DOT\]\s*/gi,".");var a=document.createElement("a");a.setAttribute("href","mailto:"+b);
a.setAttribute("title","Send email to "+b);a.appendChild(document.createTextNode(b));
d.removeChild(g[c].firstChild);d.appendChild(a)}}});
