function bookmark(){
	if(navigator.userAgent.indexOf("MSIE") > -1){
		document.write('<!-'+'-[if IE]>');
		document.write('<input type="image" src="./user_data/packages/v3_1/images/common/btn_bookmark.jpg" width="170" height="20" alt="お気に入りに追加"');
		document.write(' onclick="window.external.AddFavorite(\'http://www.gekiyasu-rando.net.com\',\'激安卸売りランド\')">');
		document.write('<![endif]-'+'->');
	}else if(navigator.userAgent.indexOf("Firefox") > -1){
		document.write('<input type="image" src="./user_data/packages/v3_1/images/common/btn_bookmark.jpg" width="170" height="20" alt="ブックマークに追加"');
		document.write(' onclick="window.sidebar.addPanel(\'激安卸売りランド\',\'http://www.gekiyasu-rando.net.com\',\'\');">');
	}else if(navigator.userAgent.indexOf("Opera") > -1){
		document.write('<a href="http://www.gekiyasu-rando.net.com" rel="sidebar" title="激安卸売りランド"><img src="./user_data/packages/v3_1/images/common/btn_bookmark.jpg" width="170" height="20" alt="お気に入りに追加" /></a></a>');
	}else{
		void(0);
	}
}

function bookmark_l(){
	if(navigator.userAgent.indexOf("MSIE") > -1){
		document.write('<!-'+'-[if IE]>');
		document.write('<input type="image" class="bookmark_ie" src="./user_data/packages/v3_1/images/btn_bookmark2_bg.jpg" width="300" height="20" alt="お気に入りに追加"');
		document.write(' onclick="window.external.AddFavorite(\'http://www.gekiyasu-rando.net.com\',\'激安卸売りランド\')">');
		document.write('<![endif]-'+'->');
	}else if(navigator.userAgent.indexOf("Firefox") > -1){
		document.write('<input type="image" class="bookmark_ff" src="./user_data/packages/v3_1/images/btn_bookmark2_bg.jpg" width="300" height="20" alt="ブックマークに追加"');
		document.write(' onclick="window.sidebar.addPanel(\'激安卸売りランド\',\'http://www.gekiyasu-rando.net.com\',\'\');">');
	}else if(navigator.userAgent.indexOf("Opera") > -1){
		document.write('<a class="bookmark"  href="http://www.gekiyasu-rando.net.com" rel="sidebar" title="激安卸売りランド"><img src="./user_data/packages/v3_1/images/btn_bookmark2_bg.jpg" width="300" height="20" alt="お気に入りに追加" /></a>');
	}else{
		void(0);
	}
}