function Reary(){
  if( location.href!="http://www.shinnikkei.biz/ex-deck/index.shtml" ){
    if( confirm( "入力中の場合、その情報が破棄されますが、\n宜しいですか？" ) ) return true;
    else return false;
  }
}

