$(document).ready(function() {
    $('#destaque .flash').flash(
                                       
        {   swf: '/media/swf/'+lang_code+'/destaque.swf',
            params: {   wmode: "transparent"   },
            height: 286,
            width: 705   }
    );
});
