// キャラクター紹介画面へジャンプ

function JumpGo(){
if(confirm('あっ、見つかっちゃった。\n\nはっちのお友達紹介ページに行く？')==true)
{window.location.href='character.htm'}
else
{window.location.href='#'}
};
