if(typeof WEBM == "undefined") WEBM={};
if(typeof WEBM.front == "undefined") WEBM.front={};
if(typeof WEBM.front.modules == "undefined") WEBM.front.modules={};
if(typeof WEBM.front.modules.avtomotiv == "undefined") WEBM.front.modules.avtomotiv={};
WEBM.front.modules.avtomotiv.iskalnik_class = function() {};
Object.extend(WEBM.front.modules.avtomotiv.iskalnik_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetIskalnikData: function(znamka, model, regod, regdo, cenaod, cenado, gorivo, tip, opremaids, langid) {
		return this.invoke("GetIskalnikData", {"znamka":znamka, "model":model, "regod":regod, "regdo":regdo, "cenaod":cenaod, "cenado":cenado, "gorivo":gorivo, "tip":tip, "opremaids":opremaids, "langid":langid}, this.GetIskalnikData.getArguments().slice(10));
	},
	url: '/ajaxpro/WEBM.front.modules.avtomotiv.iskalnik,WEBM.ashx'
}));
WEBM.front.modules.avtomotiv.iskalnik = new WEBM.front.modules.avtomotiv.iskalnik_class();


