I don't see the Home button in your portal. Are you waiting for the page to load completely? You have to place it in an HTML block in your portal. Or in your footers,
<script>
// Creator = Omikron 9861
if(window.location.href=="http://www.tortoiseforum.smfforfree4.com/" || window.location.href=="http://www.tortoiseforum.smfforfree4.com/index.php") {
$("img[src^='http://i263.photobucket.com/albums/ii146/Bakacool/hOME.png']").hide();
}
</script>
If it still doesn't work, tell me which browser you are using.