soundManager.debugMode = false;
soundManager.onload = function() {
  soundManager.createSound('pigz','pigz.mp3');
}

