/*Do Not Copy this file unless you plan on chaning a setting*/
function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
    //See http://wiki.hemscott.com/ir/wiki/ServerSideGraphsWithZooltips
	customSettingsObj.boundedMethod = true;
    customSettingsObj.preCurrency = '$';
    customSettingsObj.postCurrency = '';
	customSettingsObj.showArea1Date0Comparators = true;
	customSettingsObj.showCorrectDateTimesArea1Date0 = true;
	customSettingsObj.changeTooltipIdentifierName('HVPE@AEX','HVPE')
  }
}



