// ブックマーク
// 2009-02-20

function addBookmark(url, title) {
	window.external.AddFavorite(url, title);
}


