			//<script>
			function createCookieSec(name, value, seconds) {
				if (seconds) {
					var date = new Date();
					date.setTime(date.getTime()+(seconds*1000));
					var expires = "; expires="+date.toGMTString();
				}
				else var expires = "";
				document.cookie = name+"="+value+expires+"; path=/";
			}
			function readCookie(name) {
				var nameEQ = name + "=";
				var ca = document.cookie.split(';');
				for(var i=0;i < ca.length;i++) {
					var c = ca[i];
					while (c.charAt(0)==' ') c = c.substring(1,c.length);
					if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
				}
				return null;
			}
			function _uVoid() { return; }
			var c=readCookie('__esc1');
			if(c) {} else {c=Math.round(Math.random()*2147483647);}
			createCookieSec('__esc1',c,60*10);//refresh cookie to last 10 more minutes
			var i=new Image(1,1);
			i.src='http://www.fathsoft.com/support/chat.php?sid=3&a=track&id='+escape(c)+'&referrer='+encodeURIComponent(document.referrer)+'&page='+encodeURIComponent(document.location);
			i.onload=function() {_uVoid();};
			
			window.setInterval('var s=document.createElement("script");s.src="http://www.fathsoft.com/support/chat.php?sid=3&a=invite&dummy=1283718974&id='+escape(c)+'";document.body.appendChild(s);',20000);
			
			if(window.addEventListener){
				window.addEventListener('beforeunload',function(){var i=new Image(1,1);i.src='http://www.fathsoft.com/support/chat.php?sid=3&a=track&id='+escape(readCookie('__esc1'))+'&leaving='+encodeURIComponent(document.location);i.onload=function() {_uVoid();};},false);
			}else if (window.attachEvent){
				window.attachEvent('onbeforeunload',function(){var i=new Image(1,1);i.src='http://www.fathsoft.com/support/chat.php?sid=3&a=track&id='+escape(readCookie('__esc1'))+'&leaving='+encodeURIComponent(document.location);i.onload=function() {_uVoid();};});
			}
			function esp_open_chat(a){
				window.open('http://www.fathsoft.com/support/chat.php?sid=3&a='+a+'&id='+readCookie('__esc1'),'','width=500,height=500,toolbar=0,resizable=1,scrollbars=1');
				return false;
			}
			//</script>
								document.write('<a title=\"Leave a message\" href=\"#\" onclick=\"return esp_open_chat(95);\"><img border=0  src=\"http://www.fathsoft.com/support/ico/chat_offline6.gif\" /></a>');