즐겨찾기 링크
<SCRIPT language="javascript">
<!--
var favoriteurl="사이트주소"
var favoritetitle="사이트이름"
function addfavorites(){
if (document.all)
window.external.AddFavorite(favoriteurl,favoritetitle)
}
//-->
</SCRIPT>

<A href="javascript:addfavorites()">즐겨찾기추가</A>

'시작페이지로' 링크
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<?=$root[url]?>');"></a>