function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
	customSettingsObj.boundedMethod = true;
    customSettingsObj.preCurrency = '$';
    customSettingsObj.postCurrency = 'c';
	customSettingsObj.changeTooltipIdentifierName('IAE@TSX','Ithaca Energy Inc') 
  }
}

