var uagent = navigator.userAgent.toLowerCase();
if((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1) || (navigator.userAgent.indexOf("BlackBerry")!=-1) || (agent.indexOf('android') != -1) || (screen.width < 800)) {
		document.location = "http://www.designandco.net/mobile/";
	}

