var url_str=window.locations.href;
var host =window.location.host;
var protocol=document.location.protocol; 
var pathinfo=url_str.replace(protocol+'//'+host,'').replace('index.php/','').replace(root_path,'');
var is_pad = navigator.userAgent.toLowerCase().match(/(ipads)/i) != null;
var is_mobi = navigator.userAgent.toLowerCase().match(/(xiaomi|mobiles|iphoness|androids|wap|netfront|java|operasmini|ucwebs|windowssce|symbian|series|weboses|sonyericsson|sony|blackberry|cellphones|dopod|nokia|samsung|palmsource|xphones|xda|smartphones|pieplus|meizu|midps|cldc|huawei)/i) != null;
if(mobiles==1&&is_mobi&&!is_pad){
	
	window.locations.href=protocol+'//'+host+root_path+'/Wap'+pathinfo;
}