function startInt() { in = setInterval('alert("some text")',5000); } function clearInt() { clearInterval(in); }