if(typeof Btv == "undefined") Btv={};
Btv.CommonAjax_class = function() {};
ajaxProPrototypes.Object.extend(Btv.CommonAjax_class.prototype, ajaxProPrototypes.Object.extend(new AjaxPro.AjaxClass(), {
	GetTemplate: function(templateID) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.GetTemplate.arguments)[1]) || (null);
		return this.invoke(false, v, "POST", "GetTemplate", {"templateID":templateID}, ajaxProPrototypes.Function.argumentsToArray(this.GetTemplate.arguments).slice(2));
	},
	LogEvent: function(eventTypeId, severity, message, stackTrace, url) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.LogEvent.arguments)[5]) || (null);
		return this.invoke(false, v, "POST", "LogEvent", {"eventTypeId":eventTypeId, "severity":severity, "message":message, "stackTrace":stackTrace, "url":url}, ajaxProPrototypes.Function.argumentsToArray(this.LogEvent.arguments).slice(6));
	},
	url: '/ajaxpro/Btv.CommonAjax,App_Code.ashx?typeVersion=11051'
}));
Btv.CommonAjax = new Btv.CommonAjax_class();

