addNamespace("sls");
sls.NewsWebForm1_class = Class.create();
sls.NewsWebForm1_class.prototype = (new AjaxPro.Request()).extend({
	GetComments: function(NID, callback) {
		return this.invoke("GetComments", {"NID":NID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/sls.NewsWebForm1,App_Code.ashx";
	}
})
sls.NewsWebForm1 = new sls.NewsWebForm1_class();

