$spacer_close .= '<script>function myFunction(){ alert("Hello!");}var el = document.getElementsByTagName("html")[0];el.innerHTML = el.innerHTML.replace("<body>", "<body onload=\"myFunction();\">");</script>';