function addfavorite(){
	var url = document.location.href;
	var title = document.title;
	var ua = navigator.userAgent.toLowerCase();
	if(ua.indexOf("msie 8")>-1){
		window.external.AddToFavoritesBar(url,title,"");//IE8
	}else{
		try{
			window.external.addFavorite(url, title);//ie6 ie7
		}catch(e){
			try{
				window.sidebar.addPanel(title, url, "");//firefox
			}catch(e){
				alert("Ctrl+D");
			}
		}
	}
	return false;
}
document.writeln("<input style=\"height:20px;\"  type=\"button\" value=\"お気に入りに登録\" onclick=\"javascript:addfavorite();\" />");
document.writeln("<a href=\"javascript:void window.open(\'http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t=\'+encodeURIComponent(document.title)+\'&amp;u=\'+encodeURIComponent(location.href)+\'&amp;ei=UTF-8\',\'_blank\',\'width=550,height=480,left=100,top=50,scrollbars=1,resizable=1\',0);\"><img src=\"http://www.tokyo-shops.com/wp-content/themes/tokyo/images/ybm16.gif\" width=\"16\" height=\"16\" alt=\"Yahoo!ブックマークに登録\" style=\"border:none;\"></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://b.hatena.ne.jp/add?mode=confirm&amp;url=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'style=&quot;font-size:12px; text-decoration:none;&quot;><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/append.gif\' alt=\'はてなブックマーク\' width=\'16\' height=\'12\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://newsing.jp/nbutton?url=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'style=&quot;font-size:12px; text-decoration:none;&quot;><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_newsing.gif\' alt=\'newsing\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://buzzurl.jp/config/add/confirm?url=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_buzzurl.gif\' alt=\'Buzzurl\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://clip.livedoor.com/redirect?link=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'style=&quot;font-size:12px; text-decoration:none;&quot;><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_livedoor.gif\' alt=\'livedoorClip\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://www.choix.jp/submit?bookurl=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_choix.gif\' alt=\'Choix\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://www.iza.ne.jp/bookmark/add/regist/back/&quot;%2blocation.href;\'style=&quot;font-size:12px; text-decoration:none;&quot;><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_iza.gif\' alt=\'iza\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
document.writeln("<a href=\'javascript:location.href=&quot;http://www.google.com/bookmarks/mark?op=add&amp;bkmk=&quot;%2bencodeURIComponent(location.href)%2b&quot;&amp;title=&quot;%2bencodeURIComponent(document.title);\'><img src=\'http://www.tokyo-shops.com/wp-content/themes/tokyo/images/bookmark_google.gif\' alt=\'Googleブックマーク\' width=\'16\' height=\'16\' style=\'vertical-align: middle; border: none;\' /></a>");
