BookMark

This script lets your visitor BookMark your site or page.

<script type="text/javascript">
<!--

//-->
</script>

<a href="#null" onclick="bookmark()">Click Here to Bookmark"</a>

Click Here To Bookmark

<a href="#null" onClick="bookmark()">Click Here To Bookmark</a>

Default Home Page

The following will allow your visitor to set this page or site as their default home page (IE only)

Make my site your homepage

<a href="#null" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.huntingground.net');">Make my site your homepage</a>