I tried using the absolute sideboxe mod as opposed to the blank sidebox, but that did not help either. Can javascript not be shown in sideboxes or is it a problem with the code itself? Here is mine:
Code:
<a class="tf_upfront_badge" href="http://www.thefind.com/store/about-queencharlottesoaps" title="TheFind Upfront"><img border="0" src="//upfront.thefind.com/images/badges/s/be/af/beafb4d42adec8708fadf0913dce387e.png" alt="Queen Charlotte Soaps, LLC is upfront"/></a>
<script type="text/javascript">
(function() {
var upfront = document.createElement('SCRIPT'); upfront.type = "text/javascript"; upfront.async = true;
upfront.src = document.location.protocol + "//upfront.thefind.com/scripts/main/utils-init-ajaxlib/upfront-badgeinit.js";
upfront.text = "thefind.upfront.init('tf_upfront_badge', 'beafb4d42adec8708fadf0913dce387e')";
document.getElementsByTagName('HEAD')[0].appendChild(upfront);
})();
</script>