// account not activated
(function(){
	var notify = new Image();
	var analytics = new Image();
	notify.src = 'http://clients.webwelcomer.com/_common/code_is_active.php?d='+location.host;
	analytics.src = '//g3.webwelcomer.com/stat.gif?d='+location.host.replace(/^www\.([^.]*)\.([^.]*)$/ig, '$1.$2');
})();