Internet Explorer 6 Browser Detection

Purpose:

I have decided to no longer support Internet Explorer 6 in websites I design. Therefore, I have created a simple script to detect IE 6 and dispaly this message: "Sorry, this website does not support your version of Internet Explorer. Please update to the latest version of Internet Explorer.".

To Use:

1. Add a script tag with this src to your page head: src='http://johngoodmandesign.com/ie6/ie6_detect.js'
2. Directly after the body tag, add a div with the id of ie_wrapper .
   If the js file detects IE6, it will hide everything within the ie_wrapper div and display the error message.