Appears in: <script>
Defines initialization needed by the remainder of the script. Such initialization
is placed inside a method invoked from the HTML <body>
element's onload
event handler ... that is, whatever is placed inside
this element will not be executed until the entire page is loaded.