if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkDiskNo: function(PNP) {
		return this.invoke("checkDiskNo", {"PNP":PNP}, this.checkDiskNo.getArguments().slice(1));
	},
	url: '/ajaxpro/Index,BlueSky_deploy.ashx'
}));
Index = new Index_class();


