function hoge(){ total=0; for (i=0;i<10;i++) { document.write(total=total+i+"<br />"); } document.write("終了!!"); }