if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.PromoteAd_class == "undefined") SuperAds.PromoteAd_class={};
SuperAds.PromoteAd_class = function() {};
Object.extend(SuperAds.PromoteAd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PersistPostId: function(publishId, fileUrl, adId) {
		return this.invoke("PersistPostId", {"publishId":publishId, "fileUrl":fileUrl, "adId":adId}, this.PersistPostId.getArguments().slice(3));
	},
	SaveParameterFile: function(site, siteName, ID, params) {
		return this.invoke("SaveParameterFile", {"site":site, "siteName":siteName, "ID":ID, "params":params}, this.SaveParameterFile.getArguments().slice(4));
	},
	url: '/ajaxpro/SuperAds.PromoteAd,SuperAds.ashx'
}));
SuperAds.PromoteAd = new SuperAds.PromoteAd_class();

