 if (document.referrer.indexOf('http://www.tifana.com/') == -1 &&((navigator.userAgent.indexOf('iPhone') > 0 &&navigator.userAgent.indexOf('iPad') == -1) ||navigator.userAgent.indexOf('iPod') > 0 ||
navigator.userAgent.indexOf('Android') > 0)) {
      if(confirm('株式会社ティファナ・ドットコム \nこのサイトにはスマートフォン用のページがあります。\n表示しますか？')) {
               location.href = 'http://www.tifana.com/smt/';
   }
}
