AjaxPlugins.GvLocator = {
  	
  	divGvLocatorId: 'divGvLocatorId',
    handleResponse: function(pluginOutput, argObject) {

     AjaxHandler.updateDomElement(this.divGvLocatorId, 'innerHTML', pluginOutput.htmlCode.divGvLocatorHtml);
     
    } 
};


 
AjaxPlugins.GvLocator.Actions = {};


