function countHits(_id){
	jQuery.support.cors = true;
	if(_id>0){
	    $.getJSON("countHits.action",
	        {awebSiteId:_id},   
            function(json){       
               // alert(json[0].msg);      
            }   
        ); 
	}
}
