if(typeof Ndatabase == "undefined") Ndatabase={};
Ndatabase_class = function() {};
Object.extend(Ndatabase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	get_weburl: function(words) {
		return this.invoke("get_weburl", {"words":words}, this.get_weburl.getArguments().slice(1));
	},
	url: '/ajaxpro/Ndatabase,wellye.ashx'
}));
Ndatabase = new Ndatabase_class();

