addNamespace("sar");
sar.Template_Golf_Show_class = Class.create();
sar.Template_Golf_Show_class.prototype = (new AjaxPro.Request()).extend({
	getss: function(strNames, strEmails, strContents, strids, callback) {
		return this.invoke("getss", {"strNames":strNames, "strEmails":strEmails, "strContents":strContents, "strids":strids}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/sar.Template_Golf_Show,mycollects.ashx";
	}
})
sar.Template_Golf_Show = new sar.Template_Golf_Show_class();

