I made a typo in the second 'location', leaving out the 'a'. This is what caused the error which then cascades into other problems. Here is a working version of my code, the address used is the live page, the link appears in the upper left corner of the page on a dark background, so is hard to see but, it is there:
Code:
<span id=hp style="behavior:url(#default#homepage)"></span>
<script type="text/javascript">
//<!--
if (!hp.isHomePage('http://www.statestreetblues.com/2006/index2.html')) {document.write("<p><a href=\"#\" onclick=\"style.behavior='url(#default#homepage)';setHomePage('http://www.statestreetblues.com/2006/index2.html');window.location.href=window.location.href;return false;\">Make The Blues Stroll Homepage!</a>");}
//-->
</script>
Once you get the code corrected on your page, make sure to clear your cache, reload, and make sure there is no hash (#) in the address bar.
Bookmarks