if(typeof SearchFriend == "undefined") SearchFriend={};
if(typeof SearchFriend.UserControl == "undefined") SearchFriend.UserControl={};
if(typeof SearchFriend.UserControl.floatphoto == "undefined") SearchFriend.UserControl.floatphoto={};
SearchFriend.UserControl.floatphoto_class = function() {};
Object.extend(SearchFriend.UserControl.floatphoto_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	insertadvice: function(message) {
		return this.invoke("insertadvice", {"message":message}, this.insertadvice.getArguments().slice(1));
	},
	url: '/ajaxpro/SearchFriend.UserControl.floatphoto,SearchFriend.ashx'
}));
SearchFriend.UserControl.floatphoto = new SearchFriend.UserControl.floatphoto_class();

