addNamespace("EnounceList");
EnounceList_class = Class.create();
Object.extend(EnounceList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertFriend: function(blogId, friendyyId) {
		return this.invoke("InsertFriend", {"blogId":blogId, "friendyyId":friendyyId}, this.InsertFriend.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/EnounceList,App_Web_enouncelist.aspx.cdcab7d2.ashx';
	}
}));
EnounceList = new EnounceList_class();

