var agent = navigator.userAgent.toLowerCase();

if (agent.indexOf('msie') == -1 || agent.indexOf("msie 6.") == -1)
{ 
    window.location='http://www.hora.fr'; 
} 



