//if ((navigator.userAgent.indexOf('iPhone') != -1) ||  
//	(navigator.userAgent.indexOf('iPod') != -1) {  
//	document.location = "http://www.x-o.co.uk/iphone";  
//}  

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	 if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://www.x-o.co.uk/iphone";
}
