// timer again var foo = setTimeout("result=1",50);setTimeout("clearTimeout(foo)",100) ;