var flashvars = {};
var params = {
    wmode : "transparent",
    scale : "noscale"
};
var attributes = {};
swfobject.embedSWF("swf/musica.swf", "audio", "100", "13", "9.0.0", "js/swfobject/expressInstall.swf",flashvars, params, attributes);

$(function (){
    $("#header .menu>ul").superfish({
        disableHI:     true,
        speed:         'fast',
        onBeforeShow: function (){
            this.parent().children('a').attr('class','active');
        },
        onHide: function (){
            this.parent().children('a').removeAttr('class');
        }
    });
});
