addNamespace("tybook");
tybook.indexleft_class = Class.create();
tybook.indexleft_class.prototype = (new AjaxPro.Request()).extend({
	checkyzm: function(yzm, callback) {
		return this.invoke("checkyzm", {"yzm":yzm}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/tybook.indexleft,tybook.ashx";
	}
})
tybook.indexleft = new tybook.indexleft_class();

