var useragent = navigator.userAgent;  
if ((useragent.match(/iPhone/i)) || (useragent.match(/iPod/i))) {
   location.replace("http://www.driesbultynck.be/marketing-events-iphone.php");
}
<!--if (screen.width <= 699) {document.location = "mobile.html";}//-->
