addNamespace("sxy.news");
sxy.news.Control_Contribute_class = Class.create();
Object.extend(sxy.news.Control_Contribute_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowCountry: function(strwhere) {
		return this.invoke("ShowCountry", {"strwhere":strwhere}, this.ShowCountry.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/news/ajaxpro/sxy.news.Control_Contribute,App_Web_contribute.ascx.cc961b29.ashx';
	}
}));
sxy.news.Control_Contribute = new sxy.news.Control_Contribute_class();

