$(document).ready(function(){

  //prepend span tag to H1
  $(".title, .audio-link").prepend("<span></span>");
  $(".audio-link").each(function(){ $(this).jsmp3($(this).attr("file")) }); // play the music, yeahhh
//$(".audio-link:first").jsmp3("http://new.burgasimoreto.org/files/audio/song/2/01-Jiva_Voda.mp3")
});

