addNamespace("Forum_Espion");
Forum_Espion_class = Class.create();
Forum_Espion_class.prototype = (new AjaxPro.AjaxClass()).extend({
	GetCarteDeVisiteFluxHtml: function(UIDPseudo, ControlID) {
		return this.invoke("GetCarteDeVisiteFluxHtml", {"UIDPseudo":UIDPseudo, "ControlID":ControlID}, this.GetCarteDeVisiteFluxHtml.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/Forum_Espion,App_Web_espion.aspx.bf94b8ff.pkyq2ms0.ashx';
	}
});
Forum_Espion = new Forum_Espion_class();

