﻿var isIE = (navigator.userAgent.indexOf("MSIE") != -1);
if (isIE && navigator.userAgent.indexOf("MSIE 8") == -1) {
    $(function() { $('a').focus(function() { this.blur(); });});
}