
var epp_checkAvailability_updater = Class.create();

epp_checkAvailability_updater.prototype = {

   initialize: function() {
      //this.useHighlighting    = true;
      //this.lastPersonSelected = null;
      //this.Response = "";
   },

   ajaxUpdate: function(ajaxResponse) {
      //alert(ajaxResponse.xml)
      //alert(ajaxEngine.ajaxElements)
   }
    

};


var epp_checkContact_updater = Class.create();

epp_checkContact_updater.prototype = {

   initialize: function() {
      //this.useHighlighting    = true;
      //this.lastPersonSelected = null;
      //this.Response = "";
   },

   ajaxUpdate: function(ajaxResponse) {
    document.getElementById("ContactIdmsg").innerHTML = ajaxResponse.xml
   }
    

};