<!--
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)) || (navigator.userAgent.match(/blackberry/gi)) || (navigator.userAgent.match(/android/gi)) || (navigator.userAgent.match(/Palm/gi)) || (navigator.userAgent.match(/Symbian/gi)) || (navigator.userAgent.match(/Windows Mobile/gi)) || (navigator.userAgent.match(/Opera Mini/gi)))
{
   location.replace("mobile/index.html");
}
-->
