"creo" que éste te podría valer:
<html>
<head>
<script>
var url="http://www.tu_sitio.com";
var titulo="Tu Sitio Web";
function agregar(){
if (document.all)
window.external.AddFavorite(url,titulo)}
</script>
</head>
<body>
<script>
if (document.all)
document.write('<a href="javascript
:agregar()">Agregar a Favoritos</a>')
</script>
</body>
</html>
saludos