addNamespace("StudentNest");
StudentNest.index_class = Class.create();
StudentNest.index_class.prototype = (new AjaxPro.Request()).extend({
	CreateFreeSession: function(callback) {
		return this.invoke("CreateFreeSession", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/StudentNest.index,StudentNest.ashx";
	}
})
StudentNest.index = new StudentNest.index_class();


