SSNT_class = function() {};
Object.extend(SSNT_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStory: function(id) {
		return this.invoke("GetStory", {"id":id}, this.GetStory.getArguments().slice(1));
	},
	url: '/ajaxpro/success_stories_and_testimonials,Req_deploy.ashx'
}));
SSNT = new SSNT_class();

