	<!-- Start of StatCounter Code -->
	<!--	template1
	var sc_project=1910637;
	var sc_invisible=1;
	var sc_partition=17;
	var sc_security="98f6fc50";
	var sc_remove_link=1;
	//-->
<!-- 123LIVE HELP-->
function win1(urlx,wi,hi) {
	window.open(urlx,"Window1","menubar=no,width="+wi+",height="+hi+",toolbar=no"); 
}
function displayStatusImg(onlineImg, offlineImg,skin_123livehelp,add_on){   
    var htmlcode='';
	var openURL=escape(window.document.location.href);
	var url="http://"+DOMAIN_NAME+"/livehelp.php?url="+encodeURIComponent(openURL);
	var newurl='javascript:win1("'+ url +'",'+ width_123livehelp +','+ height_123livehelp +')';
     if(s == 1){
		htmlcode = "<a href='"+ newurl +"' "+add_on+"><img src='" + onlineImg + "' border='0'></a>";
     }else {
        htmlcode = "<a href='http://"+DOMAIN_NAME+"/livehelp/livehelp.php'><img src='" + offlineImg + "' border='0'></a> ";
     }
     document.write(htmlcode);
}
var r={
  'general':/[\W]/g,
  'email':/[^a-z0-9_\-@.]/,
  'quotes':/['\''&'\"']/g,
  'phone':/[^\d ]/g,
  'website':/[^a-z0-9:\/.]/,
  'special':/[^a-z 0-9'\"''\''?.@!#$%*+~`:;=&\/\\\-_()]/gi
}

function valid(o,w){
  o.value = o.value.replace(r[w],'');
}
