function loadCustomSettingsObj(){

  if(customSettingsObj != null){

    //insert custom settings here.

customSettingsObj.boundedMethod = true;

  }

}