function myheader.onclick() { setInterval('alert("Привет")', 500); }
document.getElementById('myheader').onclick = function() { ... }