<!--
//Internet Explorer
if(navigator.userAgent.indexOf("MSIE") > -1){
document.write('<div style="text-align:center"><input type="image" src="../img/bookmark.jpg"');
document.write(' onclick="window.external.AddFavorite(\'http://developer.netlaputa.jp/test/nl_hosting/new_v001/ \',\'NetLaputaレンタルサーバ ユーザページ\')"></div>');
}
//Firefox
else if(navigator.userAgent.indexOf("Firefox") > -1){
document.write('<div style="text-align:center"><input type="image" src="../img/bookmark.jpg"');
document.write(' onclick="window.sidebar.addPanel(\'NetLaputaレンタルサーバ ユーザページ\',\'http://developer.netlaputa.jp/test/nl_hosting/new_v001/ \',\'\');"></div>');
}
//Netscape
else if(navigator.userAgent.indexOf("Netscape") > -1){
document.write('<div style="text-align:center"><input type="image" src="../img/bookmark.jpg加"');
document.write(' onclick="window.sidebar.addPanel(\'NetLaputaレンタルサーバ ユーザページ\',\'http://developer.netlaputa.jp/test/nl_hosting/new_v001/ \',\'\');"></div>');
}
//Opera
else if(navigator.userAgent.indexOf("Opera") > -1){
document.write('<div style="text-align:center"><a href="http://developer.netlaputa.jp/test/nl_hosting/new_v001/ " rel="sidebar" title="NetLaputaレンタルサーバ ユーザページ">ブックマークに追加</a></div>');
}
// -->
