function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
	customSettingsObj.boundedMethod = true;
	customSettingsObj.changeTooltipIdentifierName('BML@LSE','Balmoral International Land plc');
	customSettingsObj.changeTooltipIdentifierName('B8L@ISE','Balmoral International Land plc');
  }
}

