timer=setInterval(do_fun,1000); clearInterval(timer);
timer=setTimeout(do_fun,1000); clearTimeout(timer);