function addBookmark(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel('エステ＆ヒーリング　沙羅～Sara～.','http://www.est-sara.com/',"http://www.est-sara.com/");
	} else if( document.all ) {
		window.external.addFavorite( 'http://www.est-sara.com/', 'エステ＆ヒーリング　沙羅～Sara～');
	} else if( window.opera && window.print ) {
		return true;
	}
}

