var oTil=document.getElementById("title") oTil.onclick=function(){ for(var i=0;i<300;i++){ this.style.left=i+"px" } }