Computer Hardware and Software
Let’s kill IE 6

Internet Explorer 6 is outdated and insecure, it looks terrible, but many users still use it.
Add the NOTIFICATION on your site to help phase out Internet Explorer 6 forever. It tells visitors using Internet Explorer 6 that they need to upgrade to the current version or switch to another browser.
Install On Your Website
Let’s kill Internet Explorer 6, copy and paste this code before your closing </body> tag.
English
Demo
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pack.js"></script> <![endif]-->
Brazillian Portuguese
Demo | Translated by Franklim Pagung
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.br_BR.pack.js"></script> <![endif]-->
Dutch
Demo | Translated by Gert Hengeveld
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.nl_NL.pack.js"></script> <![endif]-->
Finnish
Demo | Translated by Legacy
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.fi.pack.js"></script> <![endif]-->
French/Français
Demo | Translated by Simon Pireyn
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.fr_FR.pack.js"></script> <![endif]-->
German
Demo | Translated by Andre
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.de_DE.pack.js"></script> <![endif]-->
Greek
Demo | Translated by Konstantinos Rousis
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.gr.pack.js"></script> <![endif]-->
Hindi
Demo | Translated by Abhishek Mandloi
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.hi_IN.pack.js"></script> <![endif]-->
Hungarian
Demo | Translated by Muzsi János
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.hu_HU.pack.js"></script> <![endif]-->
Italian
Demo | Translated by Rui
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.it_IT.pack.js"></script> <![endif]-->
Indonesia
Demo | Translated by Arif N
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.id_ID.pack.js"></script> <![endif]-->
Japanese/日本語
Demo | Translated by lovee
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ja.pack.js"></script> <![endif]-->
Javanese
Demo | Translated by Sagung Aditya
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.javanese.pack.js"></script> <![endif]-->
Norwegian
Demo | Translated by Ingebjørg
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.nb_NO.pack.js"></script> <![endif]-->
Polish
Demo | Translated by Cezar
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pl_PL.pack.js"></script> <![endif]-->
Portuguese
Demo | Translated by João José
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pt_PT.pack.js"></script> <![endif]-->
Romanian
Demo | Translated by Adrian Sandu
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ro_RO.pack.js"></script> <![endif]-->
Russian
Demo | Translated by Alexandr Sinitsin
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.ru_RU.pack.js"></script> <![endif]-->
Spanish
Demo | Translated by Coco
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.es_ES.pack.js"></script> <![endif]-->
Swedish
Demo | Translated by J. Nyman
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.sv_SE.pack.js"></script> <![endif]-->
Thai
Demo | Translated by ThaiAnime
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.th.pack.js"></script> <![endif]-->
Bilingual (English & 简体中文)
Demo
<!--[if lte IE 6]> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.bilingual.pack.js"></script> <![endif]-->
Configuration
Now, you can change the disabled days with the JavaScript sentence.
var LETSKILLIE6_DELAY=3;
For Example
Adding the following line to your site, the notification will be disabled in the coming 14 days (default: 7 days) when visitors close it.
<!--[if lte IE 6]> <script>var LETSKILLIE6_DELAY=14;</script> <script src="http://letskillie6.googlecode.com/svn/trunk/letskillie6.pack.js"></script> <![endif]-->