PageTrack_class = function() {};
Object.extend(PageTrack_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ClickTracking: function(pUrl, pReferrerUrl, pUserWindowWidth, pElementLabel, pElementTag, pElementType, pTrackingActive) {
		return this.invoke("ClickTracking", {"pUrl":pUrl, "pReferrerUrl":pReferrerUrl, "pUserWindowWidth":pUserWindowWidth, "pElementLabel":pElementLabel, "pElementTag":pElementTag, "pElementType":pElementType, "pTrackingActive":pTrackingActive}, this.ClickTracking.getArguments().slice(7));
	},
	url: '/ajaxpro/UniSelect.Framework.SLA.PageTrack,VirtualCommunityLibrary.ashx'
}));
PageTrack = new PageTrack_class();


