Bookmark Site
If you want people to click a single link to be able to add your site to their favorites, use this:
1 Copy and paste this code in between your <head> and </head> tags:
<script language="JavaScript1.2">
var bookmarkurl="URL"
var bookmarktitle="WEBSITE TITLE"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
2 Place the following link on your site where you want it to appear:
<a href="javascript:addbookmark()">TEXT HERE!</a>









