if (navigator.userAgent.match(/iPad/) == null && navigator.userAgent.match(/iPhone|iPod|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS|lgtelecom|LG|SAMSUNG/) != null){
		location.replace('http://m.'+ location.hostname.replace("www.", ""));
	}
