/*Do Not Copy this file unless you plan on chaning a setting*/
function loadCustomSettingsObj(){
  if(customSettingsObj != null){
	customSettingsObj.boundedMethod = true;
  }
}


