// JavaScript Document
(function(){
	var ua = navigator.userAgent;
	if (ua.indexOf('iPhone') > 0 || ua.indexOf('iPod') > 0 || ua.indexOf('Android') > 0 ) {
			location.href = 'http://www.nttif.com/m/spn/medical.html';
		}
	}
)();
