$(document).ready(function(){
  $('#header li').mouseover(function(){
      $.sound.play("assets/files/audio/subtle-tech_interface_13.wav",{timeout:1000}); // Play a sound on mouse over
  });
});