if(typeof Surb == "undefined") Surb={};
if(typeof Surb.Code == "undefined") Surb.Code={};
Surb.Code.CommonPage_class = function() {};
Object.extend(Surb.Code.CommonPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxDummy: function() {
		return this.invoke("AjaxDummy", {}, this.AjaxDummy.getArguments().slice(0));
	},
	url: '/GetAjaxType.ashx?type=Surb.Code.CommonPage'
}));
Surb.Code.CommonPage = new Surb.Code.CommonPage_class();

