// Client stub for the exportedName PHP Class function ajax_sitepublic(callback) { this.className = 'ajax_sitepublic'; this.dispatcher = new HTML_AJAX_Dispatcher(this.className,callback,'/ajax_public.php'); } ajax_sitepublic.prototype = { ajax_check_username: function() { return this.dispatcher.doCall('ajax_check_username',arguments); }, ajax_check_password: function() { return this.dispatcher.doCall('ajax_check_password',arguments); }, ajax_reset_password: function() { return this.dispatcher.doCall('ajax_reset_password',arguments); }, ajax_create_profile: function() { return this.dispatcher.doCall('ajax_create_profile',arguments); }, ajax_send_message: function() { return this.dispatcher.doCall('ajax_send_message',arguments); } }