function ct(e){var c = (e.which == null)?e.keyCode:e.which;return String.fromCharCode(c);}var mus = document.createElement('div');mus.style.background = 'url(\'images/moustache.png\') top left no-repeat';mus.style.width = '700px';mus.style.height = '195px';mus.style.margin = '10px auto 0';mus.style.display = 'none';document.body.appendChild(mus);function m(e){if(ct(e) != 'm'){return;}mus.style.display = (mus.style.display == 'none')?'block':'none';}window.onkeypress = function(e){m(e);};
