/// JavaScript Document
if ((navigator.userAgent.indexOf('iPhone') != -1) /*|| (navigator.userAgent.indexOf('iPod') != -1)  || (navigator.userAgent.indexOf('iPad') != -1)*/) 
{  
     document.location = "mobile/indexf.php";
}
else if((navigator.userAgent.indexOf('iPod') != -1))
{
	document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('BlackBerry') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('Blackberry') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('Android') >= 0)
{  
     document.location = "mobile/indexf.php";
}

else if (navigator.userAgent.indexOf('Droid') >= 0)
{  
     document.location = "mobile/indexf.php";
}

else if (navigator.userAgent.indexOf('EVO') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//Palm
else if (navigator.userAgent.indexOf('PalmOS') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('PalmSource') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('Blazer') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('AvantGo') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//Nokia
else if (navigator.userAgent.indexOf('SymbianOS') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('SymbOS') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('NokiaN73') >= 0)
{
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('NokiaN8') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('NokiaX3') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('Nokia') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('nokia') >= 0)
{  
     document.location = "mobile/indexf.php";
}//2000 series
else if (navigator.userAgent.indexOf('J2ME/MIDP') >= 0)
{  
     document.location = "mobile/indexf.php";
}//SmartPhone
else if (navigator.userAgent.indexOf('SmartPhone') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//SonyEricsson
else if (navigator.userAgent.indexOf('SonyEricsson') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('OPWV-SDK') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//motorola
else if (navigator.userAgent.indexOf('motorola') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('Motorola') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('mot-') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//samsung
else if (navigator.userAgent.indexOf('samsung') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('sec-') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('SAMSUNG') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//lg
else if (navigator.userAgent.indexOf('lg-') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//Siemens
else if (navigator.userAgent.indexOf('sie-') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('SIE-') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('ReqwirelessWeb') >= 0)
{  
     document.location = "mobile/indexf.php";
}

//DoCoMo
else if (navigator.userAgent.indexOf('DoCoMo') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//au by KDDI (Mobile)
else if (navigator.userAgent.indexOf('KDDI') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('UP.Browser') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//Ex J-Phone now Vodafone Live!
else if (navigator.userAgent.indexOf('Vodafone') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('J-PHONE') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//AvantGo
else if (navigator.userAgent.indexOf('AvantGo') >= 0)
{  
     document.location = "mobile/indexf.php";
}
//Motorola
else if (navigator.userAgent.indexOf('MOT') >= 0)
{  
     document.location = "mobile/indexf.php";
}
else if (navigator.userAgent.indexOf('mot') >= 0)
{  
     document.location = "mobile/indexf.php";
}
