/*!	Desarrollado por TOKPA.FRANTICA 2011 Mexico>
*/


if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { 
   if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://www.ficg.mx/27/index.php/es/mobileinicio"; 
}

if((navigator.userAgent.match(/iPad/i)) || (navigator.userAgent.match(/iPad/i))) { 
   if (document.cookie.indexOf("ipad_redirect=false") == -1) window.location = "http://www.ficg.mx/27/index.php/es/mobileinicio"; 
}

if((navigator.userAgent.match(/blackberry/i)) || (navigator.userAgent.match(/blackberry/i))) { 
   if (document.cookie.indexOf("blackberry_redirect=false") == -1) window.location = "http://www.ficg.mx/27/index.php/es/mobileinicio"; 
}

if((navigator.userAgent.match(/android/i)) || (navigator.userAgent.match(/android/i))) { 
   if (document.cookie.indexOf("android_redirect=false") == -1) window.location = "http://www.ficg.mx/27/index.php/es/mobileinicio"; 
}



