if(typeof web123SMS == "undefined") web123SMS={};
if(typeof web123SMS._Default_class == "undefined") web123SMS._Default_class={};
web123SMS._Default_class = function() {};
Object.extend(web123SMS._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	doLoadTabMenuContent: function(iSelected) {
		return this.invoke("doLoadTabMenuContent", {"iSelected":iSelected}, this.doLoadTabMenuContent.getArguments().slice(1));
	},
	doLoadTabCateContent: function(iSelected) {
		return this.invoke("doLoadTabCateContent", {"iSelected":iSelected}, this.doLoadTabCateContent.getArguments().slice(1));
	},
	doLoadTabListContent: function(iSelected, iCateID) {
		return this.invoke("doLoadTabListContent", {"iSelected":iSelected, "iCateID":iCateID}, this.doLoadTabListContent.getArguments().slice(2));
	},
	doLoadFunnyClipMediaContent: function(sEncode) {
		return this.invoke("doLoadFunnyClipMediaContent", {"sEncode":sEncode}, this.doLoadFunnyClipMediaContent.getArguments().slice(1));
	},
	doLoadFunnyClipListContent: function() {
		return this.invoke("doLoadFunnyClipListContent", {}, this.doLoadFunnyClipListContent.getArguments().slice(0));
	},
	doLoadJokeListContent: function(iCateID) {
		return this.invoke("doLoadJokeListContent", {"iCateID":iCateID}, this.doLoadJokeListContent.getArguments().slice(1));
	},
	url: '/ajaxpro/web123SMS._Default,web123SMS.ashx'
}));
web123SMS._Default = new web123SMS._Default_class();


