<SCRIPT> var x=0; wino=function(){ x =(x+1.45) alert(x) } window.setInterval("wino()",1000) </SCRIPT>