/*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.changeTooltipIdentifierName('MTC@LSE','Mothercare plc')
  }
}


