var isCE = navigator.appVersion.indexOf("Windows CE")>0;
if (isCE)
{
 window.location.href="http://mobi.21stcapital.com/";
}