if(window.parent != window.self){window.open(location.href,"_top");}
function amazon(name,url){
	res = confirm("Amazon.co.jpの「" + name + "」の詳細ページに移動します。");
	if(res){
		location.href = url;
	}
}
