if(typeof Gateway_Default == "undefined") Gateway_Default={};
Gateway_Default_class = function() {};
Object.extend(Gateway_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getYangben: function(strUsername, strName) {
		return this.invoke("getYangben", {"strUsername":strUsername, "strName":strName}, this.getYangben.getArguments().slice(2));
	},
	GetPhotoList: function(uin, PhotoFoldersid) {
		return this.invoke("GetPhotoList", {"uin":uin, "PhotoFoldersid":PhotoFoldersid}, this.GetPhotoList.getArguments().slice(2));
	},
	GetPhotoCount: function(uin, PhotoFoldersid) {
		return this.invoke("GetPhotoCount", {"uin":uin, "PhotoFoldersid":PhotoFoldersid}, this.GetPhotoCount.getArguments().slice(2));
	},
	pimgurl: function(imgurl, id) {
		return this.invoke("pimgurl", {"imgurl":imgurl, "id":id}, this.pimgurl.getArguments().slice(2));
	},
	GetPhotoInfo: function(id) {
		return this.invoke("GetPhotoInfo", {"id":id}, this.GetPhotoInfo.getArguments().slice(1));
	},
	getshouchangjianli: function(id, touin, myuin) {
		return this.invoke("getshouchangjianli", {"id":id, "touin":touin, "myuin":myuin}, this.getshouchangjianli.getArguments().slice(3));
	},
	getyaoqing: function(id, touin) {
		return this.invoke("getyaoqing", {"id":id, "touin":touin}, this.getyaoqing.getArguments().slice(2));
	},
	gettoudi: function(id, touin) {
		return this.invoke("gettoudi", {"id":id, "touin":touin}, this.gettoudi.getArguments().slice(2));
	},
	getshouchang: function(id, touin, myuin) {
		return this.invoke("getshouchang", {"id":id, "touin":touin, "myuin":myuin}, this.getshouchang.getArguments().slice(3));
	},
	Myleft: function(str, _int) {
		return this.invoke("Myleft", {"str":str, "_int":_int}, this.Myleft.getArguments().slice(2));
	},
	url: '/ajaxpro/Gateway_Default,App_Web_default.aspx.f6cf9ca3.monrclkw.ashx'
}));
Gateway_Default = new Gateway_Default_class();

