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