if(typeof BitlandShow == "undefined") BitlandShow={};
BitlandShow_class = function() {};
Object.extend(BitlandShow_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLinks: function(barcode) {
		return this.invoke("GetLinks", {"barcode":barcode}, this.GetLinks.getArguments().slice(1));
	},
	url: '/ajaxpro/BitlandShow,App_Web_wb7crm-m.ashx'
}));
BitlandShow = new BitlandShow_class();

