if(typeof College == "undefined") College={};
if(typeof College.Advertise == "undefined") College.Advertise={};
if(typeof College.Advertise.advertisebottom == "undefined") College.Advertise.advertisebottom={};
College.Advertise.advertisebottom_class = function() {};
Object.extend(College.Advertise.advertisebottom_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function() {
		return this.invoke("GetList", {}, this.GetList.getArguments().slice(0));
	},
	url: '/ajaxpro/College.Advertise.advertisebottom,College.ashx'
}));
College.Advertise.advertisebottom = new College.Advertise.advertisebottom_class();

