var isCE = navigator.appVersion.indexOf("Windows CE")>0; 
if (isCE) 
{ 
 window.location.href="mobile/"; 
} 
