if ((navigator.userAgent.indexOf('iPhone') != -1) | (navigator.userAgent.indexOf('iPod') != -1) ) {
/* iPhone user */
window.location.href="//m.blinkcomunicacion.net";
}