document.onmousemove = document.onclick = document.onkeypress = function () { clearTimeout( this.handler ); this.handler = setTimeout(function () { alert( 'Прошло уже полминуты' ); }, 30000); };