UPCOM_class = function() {};
Object.extend(UPCOM_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPrice: function(seq, catid, old_phase, favs) {
		return this.invoke("GetPrice", {"seq":seq, "catid":catid, "old_phase":old_phase, "favs":favs}, this.GetPrice.getArguments().slice(4));
	},
	url: '/Priceboard/ajaxpro/UPCOM,App_Web_upcom.aspx.cdcab7d2.ashx'
}));
UPCOM = new UPCOM_class();


