// Client stub for the exportedName PHP Class function ajax_reviewindex(callback) { this.className = 'ajax_reviewindex'; this.dispatcher = new HTML_AJAX_Dispatcher(this.className,callback,'/ajax.php'); } ajax_reviewindex.prototype = { ajax_login: function() { return this.dispatcher.doCall('ajax_login',arguments); }, ajax_reset_password: function() { return this.dispatcher.doCall('ajax_reset_password',arguments); }, ajax_lookup_postcode: function() { return this.dispatcher.doCall('ajax_lookup_postcode',arguments); }, ajax_lookup_location_information: function() { return this.dispatcher.doCall('ajax_lookup_location_information',arguments); } }