//Bookmark

if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" value="BOOKMARK US!"');
document.write(' onclick="window.external.AddFavorite(\'http://pantyhosebooth.legnfoot.com/\',\'Pantyhose Booth\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="button" value="BOOKMARK US!"');
document.write(' onclick="window.sidebar.addPanel(\'Pantyhose Booth\',\'http://pantyhosebooth.legnfoot.com/\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://pantyhosebooth.legnfoot.com/" rel="sidebar" title="Pantyhose Booth">BOOKMARK US!</a>');
}

else { //該当なし
void(0); //何もしない
}

