if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLink: function(_pid, _cid, _rows) {
		return this.invoke("GetLink", {"_pid":_pid, "_cid":_cid, "_rows":_rows}, this.GetLink.getArguments().slice(3));
	},
	url: '/ajaxpro/lzrcw.index,lzrcw.ashx'
}));
index = new index_class();


