if(navigator.userAgent.match(/iPhone/) || navigator.userAgent.match(/android/) || navigator.userAgent.match(/Android/)){
	window.location = "/mobile/";
}
