$(document).ready(function() {

    // HOME MUNDIAL
    $("#banner320x268Wrap").flashembed({
        version             : [9],
        allowscriptaccess   : true,
        allowfullscreen     : true,
        expressInstall      : '/swf/expressInstall.swf',
        src                 : '/swf/bannerSecundario.swf',
        width               : 320,
        height              : 268,
        wmode               : 'opaque',
        cachebusting        : false
    });

    // BANNER ROTATIVO
    $("#bannerLeft").flashembed({
        version             : [9],
        allowscriptaccess   : true,
        allowfullscreen     : false,
        expressInstall      : '/swf/expressInstall.swf',
        src                 : '/swf/banner_home_rotate.swf',
        width               : 485,
        height              : 232,
        wmode               : 'opaque',
        cachebusting        : false
    });

    /* BANNER ROTATIVO
    $("#bannerRight").flashembed({
        version             : [9],
        allowscriptaccess   : true,
        allowfullscreen     : false,
        expressInstall      : '/swf/expressInstall.swf',
        src                 : '/swf/485x232_2.swf',
        width               : 485,
        height              : 232,
        wmode               : 'opaque',
        cachebusting        : false
    });
    */

});

