<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;

function email() {
	// protected email script by Joe Maller
	// JavaScripts available at http://www.joemaller.com
	// this script is free to use and distribute
	// but please credit me and/or link to my site
	
	emailE=('napolitano@' + 'cbtdbtassocs.com')
	//document.write('<a href="mailto:' + emailE + '">' + emailE + '</a>')
}

// -->
