if(typeof TJC == "undefined") TJC={};
if(typeof TJC.elibrary == "undefined") TJC.elibrary={};
if(typeof TJC.elibrary.frontend == "undefined") TJC.elibrary.frontend={};
if(typeof TJC.elibrary.frontend.BibleLookupAJAX == "undefined") TJC.elibrary.frontend.BibleLookupAJAX={};
TJC.elibrary.frontend.BibleLookupAJAX_class = function() {};
Object.extend(TJC.elibrary.frontend.BibleLookupAJAX_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMaxChapterVerse: function(Book, Chapter) {
		return this.invoke("GetMaxChapterVerse", {"Book":Book, "Chapter":Chapter}, this.GetMaxChapterVerse.getArguments().slice(2));
	},
	test: function() {
		return this.invoke("test", {}, this.test.getArguments().slice(0));
	},
	url: '/ajaxpro/TJC.elibrary.frontend.BibleLookupAJAX,cm4.ashx'
}));
TJC.elibrary.frontend.BibleLookupAJAX = new TJC.elibrary.frontend.BibleLookupAJAX_class();

