Here is the description of the problem:
Purpose: Load JS into the page after the page is loaded.
How: We are trying to modify the SRC attribute of <SCRIPT> node.
The problem: Upon changing the SRC of <SCRIPT> node, the new javascript file is not loaded/renderred. Functions in the new javascript file cannot be accessed.