if(typeof Nextsee == "undefined") Nextsee={};
if(typeof Nextsee.DataAccess == "undefined") Nextsee.DataAccess={};
if(typeof Nextsee.DataAccess.Ajax == "undefined") Nextsee.DataAccess.Ajax={};
if(typeof Nextsee.DataAccess.Ajax.NSAjaxPhoto == "undefined") Nextsee.DataAccess.Ajax.NSAjaxPhoto={};
Nextsee.DataAccess.Ajax.NSAjaxPhoto_class = function() {};
Object.extend(Nextsee.DataAccess.Ajax.NSAjaxPhoto_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotoByUserid: function(userid, photoindex) {
		return this.invoke("GetPhotoByUserid", {"userid":userid, "photoindex":photoindex}, this.GetPhotoByUserid.getArguments().slice(2));
	},
	url: '/ajaxpro/Nextsee.DataAccess.Ajax.NSAjaxPhoto,Nextsee.DataAccess.ashx'
}));
Nextsee.DataAccess.Ajax.NSAjaxPhoto = new Nextsee.DataAccess.Ajax.NSAjaxPhoto_class();

