// Audio Script for 'Healing the Food Chain'
function EvalSound(soundobj) {
  var thissound=document.getElementById(soundobj);
  thissound.Play();
}