(function(){var a;a={init:function(b){if(!b||!b.full||!b.mobile)return false;a.meta={mobile:b.mobile,full:b.full,current:window.location.href,referrer:document.referrer};return true},conditions:function(){return screen.width<700},doRedirect:function(){return window.location=a.mapURL()},disableRedirection:function(){var b;b=new Date;b.setTime(b.getTime()+6048E5);document.cookie="nomob=1; expires="+b.toGMTString()+"; path=/";return true},enableRedirection:function(){var b;b=new Date;b.setTime(b.getTime()-
1);document.cookie="nomob=0; expires="+b.toGMTString()+"; path=/";return true},canRedirect:function(){return!document.cookie.match(/nomob=1/)},check:function(){if(a.currentVersion()==="full"){if(a.conditions()&&a.canRedirect())if(a.meta.referrer.match(RegExp("https?://"+a.meta.mobile)))a.disableRedirection();else return a.doRedirect()}else a.currentVersion()==="mobile"&&a.enableRedirection();return false},currentVersion:function(){if(a.meta.current.match(RegExp("https?://"+a.meta.full)))return"full";
if(a.meta.current.match(RegExp("https?://"+a.meta.mobile)))return"mobile";return null},mapURL:function(){var b,g,c,d,e,f;if(a.currentVersion()==="full"){b=a.meta.mobile;c=a.meta.current.split("http://"+a.meta.full)[1]}else if(a.currentVersion()==="mobile"){b=a.meta.full;c=a.meta.current.split("http://"+a.meta.mobile)[1]}b="http://"+b;if(a.routeMap){f=a.routeMap;for(d in f){g=f[d];e=RegExp(d);if(c.match(e)){c=c.replace(e,g);return""+b+c}}}return b}};window.Redirector=a;a.init=a.init;a.check=a.check;
a.conditions=a.conditions;a.routeMap=a.routeMap}).call(this);

