if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.EarnMoreBids_class == "undefined") SuperAds.EarnMoreBids_class={};
SuperAds.EarnMoreBids_class = function() {};
Object.extend(SuperAds.EarnMoreBids_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PersistPostId: function(publishId, fileUrl) {
		return this.invoke("PersistPostId", {"publishId":publishId, "fileUrl":fileUrl}, this.PersistPostId.getArguments().slice(2));
	},
	CheckIfAlreadyHasThePoint: function(params) {
		return this.invoke("CheckIfAlreadyHasThePoint", {"params":params}, this.CheckIfAlreadyHasThePoint.getArguments().slice(1));
	},
	url: '/ajaxpro/SuperAds.EarnMoreBids,SuperAds.ashx'
}));
SuperAds.EarnMoreBids = new SuperAds.EarnMoreBids_class();

