if(typeof theBLOG == "undefined") theBLOG={};
theBLOG.Ajax_class = function() {};
Object.extend(theBLOG.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadCalendar: function(m, y) {
		return this.invoke("LoadCalendar", {"m":m, "y":y}, this.LoadCalendar.getArguments().slice(2));
	},
	TagAutoComplete: function() {
		return this.invoke("TagAutoComplete", {}, this.TagAutoComplete.getArguments().slice(0));
	},
	GetBlogRoll: function() {
		return this.invoke("GetBlogRoll", {}, this.GetBlogRoll.getArguments().slice(0));
	},
	GetSiteInfo: function() {
		return this.invoke("GetSiteInfo", {}, this.GetSiteInfo.getArguments().slice(0));
	},
	GetQuoteofTheDay: function() {
		return this.invoke("GetQuoteofTheDay", {}, this.GetQuoteofTheDay.getArguments().slice(0));
	},
	GetTagCloud: function() {
		return this.invoke("GetTagCloud", {}, this.GetTagCloud.getArguments().slice(0));
	},
	url: '/ajaxpro/theBLOG.Ajax,BusinessDomain.ashx'
}));
theBLOG.Ajax = new theBLOG.Ajax_class();

