jQuery(document).ready(function() {
    isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
    if (isIE6){
        e("img/browser/");
    }
})