<head>
<script type="text/javascript">
function getonwithit()
{
var title="enter your title here"
var url="enter your URL here"
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print )
{
var dcE = document.createElement('a');
dcE.setAttribute('rel','sidebar');
dcE.setAttribute('href',url);
dcE.setAttribute('title',title);
dcE.click();
}
else if( document.all ) window.external.AddFavorite( url, title);
}
</script>
</head>
<body>
<a href = "javascript:getonwithit()" >Add to favorites ( bookmarks )</a>
</body>