Try this, positioned at the bottom of the body section:
Code:
<script type="text/javascript">
document.getElementById( "HeaderLower" ).getElementsByTagName( 'A' )[ 0 ].href = "myHomePageURL";
</script>
Where "myHomePageURL" is the URL you want to use.