var info = "";var sh;function show(){ info = 11; if (info != "") { clearInterval(sh); }}sh=setInterval(show,1000);