if(typeof fmxmagazinelist == "undefined") fmxmagazinelist={};
fmxmagazinelist_class = function() {};
Object.extend(fmxmagazinelist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMagazineList: function() {
		return this.invoke("GetMagazineList", {}, this.GetMagazineList.getArguments().slice(0));
	},
	GetIssueNumberList: function(magazineID, year) {
		return this.invoke("GetIssueNumberList", {"magazineID":magazineID, "year":year}, this.GetIssueNumberList.getArguments().slice(2));
	},
	url: '/MEDIA/ajaxpro/media.fmx,media.ashx'
}));
fmxmagazinelist = new fmxmagazinelist_class();

