$(document).ready(function() {
    $('a[href$="jpg"], a[href$="png"]').fancybox();
    
    $('#video').flash({
        swf: 'flash/bmn_video.swf',
        width: 600,
        height: 480,
        flashvars: {
            allowfullscreen: 'true',
            allowscriptaccess: 'always',
            autoplay: 'off',
        }
    });
});
