<?phprequire_once('is-mobile.inc.php');if($isiPhoneOriPod) header('Location: iphone.css');elseif($isMobile) header('Location: mobile.css'); else header('Location: screen.css');exit();?>