$(document).ready(function(){
    if ($.browser.msie == true && $.browser.version == '6.0'){
        DD_belatedPNG.fix('.pngfix');
    }
});

