if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.ShowAdDetail_class == "undefined") SuperAds.ShowAdDetail_class={};
SuperAds.ShowAdDetail_class = function() {};
Object.extend(SuperAds.ShowAdDetail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PersistPostId: function(id) {
		return this.invoke("PersistPostId", {"id":id}, this.PersistPostId.getArguments().slice(1));
	},
	url: '/ajaxpro/SuperAds.ShowAdDetail,SuperAds.ashx'
}));
SuperAds.ShowAdDetail = new SuperAds.ShowAdDetail_class();


