addNamespace("ForeverLiving");
ForeverLiving.index_class = function() {};
Object.extend(ForeverLiving.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	resultProduct: function(str) {
		return this.invoke("resultProduct", {"str":str}, this.resultProduct.getArguments().slice(1));
	},
	url: '/ajaxpro/ForeverLiving.index,ForeverLiving.ashx'
}));
ForeverLiving.index = new ForeverLiving.index_class();

