addNamespace("_6SNS.Club");
_6SNS.Club.index_class = Class.create();
_6SNS.Club.index_class.prototype = (new AjaxPro.Request()).extend({
	JoinToClub: function(cid, callback) {
		return this.invoke("JoinToClub", {"cid":cid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.Club.index,6SNS.ashx";
	}
})
_6SNS.Club.index = new _6SNS.Club.index_class();

