$UA = $_SERVER{'HTTP_USER_AGENT'}; if (substr_count($UA,"DoCoMo")) { header("Location: http://norainu-dan.com/mobile/index.html"); exit; } else if (substr_count($UA,"vodafone")) { header("Location: http://norainu-dan.com/mobile/index.html"); exit; } else if (substr_count($UA,"J-PHONE")) { header("Location: http://norainu-dan.com/mobile/index.html"); exit; } else if (substr_count($UA,"UP.Browser")) { header("Location: http://g-cats.jp/i/index.html"); exit; } ?>