/*Do Not Copy this file unless you plan on chaning a setting*/
function loadCustomSettingsObj(){
  if(customSettingsObj != null){
    //insert custom settings here.
   customSettingsObj.boundedMethod = true;
    //See http://wiki.hemscott.com/ir/wiki/ServerSideGraphsWithZooltips
  }
}