JavaScripts in the body section will be executed WHILE the page loads.在body中插入的JavaScript在页面加载时会被执行。
JavaScripts in the head section will be executed when CALLED.在head中插入的JavaScript会在被调用时执行。