if(typeof J4T == "undefined") J4T={};
if(typeof J4T.Web == "undefined") J4T.Web={};
if(typeof J4T.Web.AjaxHandler == "undefined") J4T.Web.AjaxHandler={};
J4T.Web.AjaxHandler_class = function() {};
Object.extend(J4T.Web.AjaxHandler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAuctionInfo: function(aID, aCountID, returnURL) {
		return this.invoke("GetAuctionInfo", {"aID":aID, "aCountID":aCountID, "returnURL":returnURL}, this.GetAuctionInfo.getArguments().slice(3));
	},
	GetCurrentAuction: function() {
		return this.invoke("GetCurrentAuction", {}, this.GetCurrentAuction.getArguments().slice(0));
	},
	PlaceBid: function(aID, amount, aCount, raiseProxy, returnURL) {
		return this.invoke("PlaceBid", {"aID":aID, "amount":amount, "aCount":aCount, "raiseProxy":raiseProxy, "returnURL":returnURL}, this.PlaceBid.getArguments().slice(5));
	},
	GetCurrentAuctionID: function() {
		return this.invoke("GetCurrentAuctionID", {}, this.GetCurrentAuctionID.getArguments().slice(0));
	},
	GetNextFeaturedListing: function() {
		return this.invoke("GetNextFeaturedListing", {}, this.GetNextFeaturedListing.getArguments().slice(0));
	},
	url: '/ajaxpro/J4T.Web.AjaxHandler,App_Code.thjuhem3.ashx'
}));
J4T.Web.AjaxHandler = new J4T.Web.AjaxHandler_class();

