// JavaScript Document

if (document.referrer.indexOf('rent-okinawa.com') == -1 && ((navigator.userAgent.indexOf('iPhone') > 0 && navigator.userAgent.indexOf('iPad') == -1) || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0)) {
        location.href = 'http://www.rent-okinawa.com/s/';
}
