addNamespace("module_contentliste_contentliste");
module_contentliste_contentliste_class = function() {};
Object.extend(module_contentliste_contentliste_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getContentData: function(ContentId, Idn) {
		return this.invoke("getContentData", {"ContentId":ContentId, "Idn":Idn}, this.getContentData.getArguments().slice(2));
	},
	url: '/ajaxpro/module_contentliste_contentliste,App_Web_h0jeutuz.ashx'
}));
module_contentliste_contentliste = new module_contentliste_contentliste_class();


