jQuery(function() {
  jQuery.countPage();
});

(function($){
 /*
  Count this page
  */
  $.countPage = function () {
    var url = baseUrl + iproxGet + "?xdl=/views/global/xdl/countpage&ItmIdt="+itmIdt+"&EnvIdt="+envIdt+"&referrer="+escape(document.referrer);
    $.get(url);
  };
})(jQuery); 