addNamespace("cfo_2008");
cfo_2008.Speakers_class = Class.create();
cfo_2008.Speakers_class.prototype = (new AjaxPro.Request()).extend({
	FetchSpeakerInfo: function(id, callback) {
		return this.invoke("FetchSpeakerInfo", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/cfo_2008.Speakers,cfo_2008.ashx";
	}
})
cfo_2008.Speakers = new cfo_2008.Speakers_class();

