$().ready(function () {
    
    if (screen.width >1024) {
        $('body').removeClass('thin');
    }

    if ($.browser.msie && $.browser.version == 7) {
        $(".column").wrap("<td />");
        $(".contentRow").wrap("<tr />");
        $("#contentColumns").wrapInner("<table />");
    }

});
