var i = navigator.userAgent;
if (i.indexOf("Android") > -1 || i.indexOf("Linux") > -1) {
sdkInterface.enteryMobile(o);
} else if (i.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
window.location.href = "mobileFunc:" + o;
} else {
if (!(i.indexOf("IEMobile") > -1)) return void (fashion.error_reason = "not supported agent");
window.external.notify(o)
}