if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<a href="javascript:;"');
document.write(' onclick="window.external.AddFavorite(\'http://happynetz.co.jp/blog/yashi/\',\'HAPPY!BLOG\');">');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<a href="javascript:;"');
document.write(' onclick="window.sidebar.addPanel(\'HAPPY!BLOG\',\'http://happynetz.co.jp/blog/yashi/\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://happynetz.co.jp/blog/yashi/" rel="sidebar" title="HAPPY!BLOG">');
}
