Prevent Js From Being Moved To The Bottom Of A Page

I have some js to show things like my verify ssl certificate image in a block of my layout. The alt text is showing in the right place but the images are actually showing at the very bottom of my page. Presumable this is because CS Cart is moving the js which gets this image to the bottom of the page. It was not happening till I upgraded. Is there a way to tell CS Cart to not move specific code?



This is the code I am speaking of:


<br />
<script src="//verify.authorize.net/anetseal/seal.js" language="javascript"></script><br />
<a id="AuthorizeNetText" href="http://www.authorize.net/" target="_blank">Credit Card Processing</a></div><br />

```<br />
<br />
Thanks.

Please check

Thanks.

You are welcome!