if(typeof ITL_Ajax == "undefined") ITL_Ajax={};
ITL_Ajax_class = function() {};
Object.extend(ITL_Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideAdd: function(firstNumber, secondNumber) {
		return this.invoke("ServerSideAdd", {"firstNumber":firstNumber, "secondNumber":secondNumber}, this.ServerSideAdd.getArguments().slice(2));
	},
	GetITL_AudioGalleryComboCollection: function(parentId) {
		return this.invoke("GetITL_AudioGalleryComboCollection", {"parentId":parentId}, this.GetITL_AudioGalleryComboCollection.getArguments().slice(1));
	},
	GetITL_AudioGalleryPlayList: function(parentId) {
		return this.invoke("GetITL_AudioGalleryPlayList", {"parentId":parentId}, this.GetITL_AudioGalleryPlayList.getArguments().slice(1));
	},
	url: '/dn/ajaxpro/ITL_Ajax,App_Code.tgw5xopm.ashx'
}));
ITL_Ajax = new ITL_Ajax_class();

