$(document).ready(function () {
    $('#menuMain').load('include/menu.html', function () {
        var currentMenu = $('body').attr('class');
        $('#' + currentMenu).css('background-position', '0 -49px');
    });
    $('#right').load('include/right.html');
    $('#footerMain').load('include/footer.html');

    swfobject.embedSWF("images/header2.swf", "headerEmbed", "1000px", "360px", "8");
});
