(function changeIEImg($) {
if (ua.search('MSIE [678]') != -1) {
$entryBtn.find('a').css({
'filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/career/top/img/btn_entry.png", sizingMethod="crop");',
'background-image': 'none'
});
}
})(jQuery);