This code helps you to add the current webpage to the browser's favorite pages section.
<a href="#" rel="sidebar" onclick="if(document.all && !window.opera){ window.external.AddFavorite(location.href, document.title); return false; } else{ this.title = document.title; }">Add to bookmarks</a>
This page was published on