This JavaScript code will put a Link on site that, when clicked on, will set web site as the Home page.
<a style="CURSOR: hand; text-decoration: underline ; color : Red"
onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);" >Set as your Home page</a>