This page contains an external script and some inlined code.
The external script is loaded asynchronously (using the Script DOM Element technique).
The inlined code's init function calls scriptAFunc, a function defined in the external script.
Because of this dependency, the inlined code must be coupled with the external script so that
the execution order is preserved: the external script is loaded, parsed, and executed before the inlined code.
In this example...