function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
customSettingsObj.boundedMethod = true;
customSettingsObj.changeTooltipIdentifierName('LSP@LSE','London &amp; Stamford Property PLC') 

  }
}

