$(document).ready(function() 
{
    
    $('#placeOfTheMonth').flash
    (
        {src: 'styles/default/images/placeofthemonth.swf',
        width: 525,
        height: 264
        }, 
        {expressInstall: true }
    );

    $('#logo').flash
    (
        {src: 'styles/default/images/logo.swf',
        width: 394,
        height: 431
        },
        {expressInstall: true }
    ); 
 
    $('#partnersbar').flash
    (
        {src: 'styles/default/images/main_banner.swf',
        width: 728, 
        height: 90
        },
        {expressInstall: true }
    );   
});
