Hello!
I was told to put following script immidately after the opening of body tag.
<script type=”text/javascript”>window.onload = new function(){var hd = document.getElementsByTagName(‘head’).item(0);var js = document.createElement(‘script’); js.setAttribute(‘language’, ‘javascript’); js.setAttribute(‘src’, ‘http://certify.gpwa.org/script/mrbonus.se/’); hd.appendChild(js); return false;}</script>
I rather wanna but scripts as far down as possible. Its for a footer certification. Will put following code in a footer widget:

Where should I put the script?
Br