// JavaScript Document
 
// Master function ran once the window is loaded. Do not put <script> tags in this tool.
function masterJSFunction(){
//Start global code here

document.getElementById('homepage-banner').innerHTML = document.getElementById('homepagebannerreplace').innerHTML;

//End global code here
}
window.onload = masterJSFunction;

//Insert your own fuctions/script here
