// JavaScript Iphoneif((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { 
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { 
if (document.cookie.indexOf("iphone_redirect=false") == -1) if (confirm("Télécharger notre application iPhone?"))  window.location = "itms://itunes.apple.com/fr/app/rentila/id403695251?mt=8"; 
}
