English
<!-- Add the following code to the <body> area--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var SpecialWord = "downcodes", SpecialUrl = "http://www.downcodes.com/" , SpecialLetter = 0; function getKey(keyStroke) { var isNetscape=(document.layers); var eventChooser = (isNetscape) ? keyStroke.which : event.keyCode; var which = String.fromCharCode(eventChooser).toLowerCase(); if (which == SpecialWord.charAt(SpecialLetter)) { SpecialLetter++; if (SpecialLetter == SpecialWord.length) window.location = SpecialUrl; } else SpecialLetter = 0; } document.onkeypress = getKey; // End --> </ script> You can see the effect by typing "downcodes" on your keyboard!