function fixLayout() { /* $('#ms-layout-td-content').css('height','auto'); $('#ms-wrapper-left').css('height','auto'); $('#ms-wrapper-right').css('height','auto'); if($('#ms-layout-td-content').height() > 610) { $('#ms-wrapper-left').height($('#ms-layout-td-content').height()-270); $('#ms-wrapper-right').height($('#ms-layout-td-content').height()); } else { $('#ms-wrapper-left').height(340); $('#ms-wrapper-right').height(610); } */ } $(window).resize(function(){ fixLayout(); }); function ie6fixes() { DD_belatedPNG.fix('.pngfix'); } function nonIE6() { // }