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