//document.write("[["+screen.width+"]]");
if (screen.width<801) {
	if (document.URL.indexOf("http://www.")>-1) {
		window.location.replace(document.URL.replace("www.", "mo."));
	}
	else if (document.URL.indexOf("http://home360.")>-1) {
		window.location.replace(document.URL.replace("http://home360.", "http://mo.home360."));
	}
}

