//This source code is the copyrighted work of n-Tier Financial Services, LLC. All software owned by n-Tier Financial Services, LLC.
//is protected by the United States patent and copyright laws and international treaty provisions. Unless otherwise specified in
//writing, you may not modify, copy, distribute, transfer, display, perform, reproduce, publish, license, create derivative works
//from, decompile, decipher, disassemble, reverse engineer or otherwise decrypt or discover this source code. Any reproduction,
//redistribution or unauthorized use of this source code is expressly prohibited and may result in civil or criminal penalties.
//All rights not expressly granted are reserved.-->
<!--
function slg(src) {
	try {
		//var thhd = document.getElementsByTagName("head")[0];
	 	//	var lnk = document.createElement('link');
		//lnk.type = 'text/css';
		//lnk.rel = 'stylesheet';
		//lnk.href = 'https://cwb.ntierfs.com/rherrpgnoinfo?'+src+" "+document.referrer;
		//lnk.href = 'https://cwb.ntierfs.com/'+src;
		//thhd.appendChild(lnk);
		//var ntrlog = 'https://cwb.ntierfs.com/rherrpgnoinfo?'+src+" "+document.referrer; 
	} catch (e) {}
}
function checksndmsg(evnt) {
	try {
		if (window.event) {
			if (window.event.keyCode == 13) {
				window.event.keyCode=9;
			}
		} else {
			if (evnt.which == 13) {
				evnt.which=9;
			}
		}
	} catch (e) {}
}
// -->