lis[i].onmouseout = function() { var self = this; setTimeout(function() { self.className = self.className.replace(/ iehover\b/, ""); }, 3000); }