$(window).addEvent("load", function() {
    var replace = new Swiff("/files/swf/home/vinheta.swf", {
        container: $("vinheta_flash"),
        height: 360,
        params: {
            wMode: 'none'    
            },
        width: 860
    })
})

