var requestURL = new String(window.location.href);
if (requestURL.indexOf("https://www.") == -1) {
	window.location.href = "https://www.loworks-store.org/";
}
