if ((navigator.userAgent.indexOf('iPhone') != -1) || 
(navigator.userAgent.indexOf('iPod') != -1)) 
{ 
location.href = "http://www.tag7.ch/iphone/"; 


} 