$(document).ready(function(){
    soundManager.url = 'swf';

    soundManager.onload = function() {

        soundManager.createSound('intro','mp3/berthas.mp3');
        soundManager.play('intro');

    }
});




