if ((self.screen.width == 800 && self.screen.height == 5000) || self.screen.width < 800) {
		if(getCookie('overrideMobileRedirect')!='true') {
			var string=(location.href);
			var URLArray=new Array();
			var URLArray=string.split('http://www.seriouseats.com');
			var result=URLArray[1];
			var finalURL = 'http://mobile.seriouseats.com' + (result);
			top.location.href=(finalURL);
		}
	} else {
		document.write('<style type="text/css">#mobileNote {display: none !important}</style>');
	}