$j(document).ready(function() {
    $j('#sFlash').flash({
        src: 'container.swf',
        width: 892,
        height: 306,
        wmode: 'opaque'
    });
});


