if(typeof WinBid == "undefined") WinBid={};
if(typeof WinBid.AjaxProPromo_class == "undefined") WinBid.AjaxProPromo_class={};
WinBid.AjaxProPromo_class = function() {};
Object.extend(WinBid.AjaxProPromo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBids: function(promo_code) {
		return this.invoke("GetBids", {"promo_code":promo_code}, this.GetBids.getArguments().slice(1));
	},
	CheckPromoCode: function(promo_code) {
		return this.invoke("CheckPromoCode", {"promo_code":promo_code}, this.CheckPromoCode.getArguments().slice(1));
	},
	url: '/ajaxpro/WinBid.AjaxProPromo,WinBid.ashx'
}));
WinBid.AjaxProPromo = new WinBid.AjaxProPromo_class();


