function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
    //See http://wiki.hemscott.com/ir/wiki/ServerSideGraphsWithZooltips
    customSettingsObj.boundedMethod = true;
  }
}

