if(typeof YuanBoV4 == "undefined") YuanBoV4={};
if(typeof YuanBoV4.FrontPage == "undefined") YuanBoV4.FrontPage={};
if(typeof YuanBoV4.FrontPage.Template == "undefined") YuanBoV4.FrontPage.Template={};
if(typeof YuanBoV4.FrontPage.Template.english == "undefined") YuanBoV4.FrontPage.Template.english={};
if(typeof YuanBoV4.FrontPage.Template.english.index_class == "undefined") YuanBoV4.FrontPage.Template.english.index_class={};
YuanBoV4.FrontPage.Template.english.index_class = function() {};
Object.extend(YuanBoV4.FrontPage.Template.english.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetResult: function(type, word) {
		return this.invoke("GetResult", {"type":type, "word":word}, this.GetResult.getArguments().slice(2));
	},
	url: '/ajaxpro/YuanBoV4.FrontPage.Template.english.index,YuanBoV4.FrontPage.ashx'
}));
YuanBoV4.FrontPage.Template.english.index = new YuanBoV4.FrontPage.Template.english.index_class();

