$(document).ready(function(){
    if($.browser.msie)
    {
        $.ifixpng('/img/pixel.gif');
        $('#computer').ifixpng();
    }
});


