var link = document.getElementById("cssSize");
if (screen.width < 1024) {
	link.href = "/css/1024.css";
} else {
	link.href = "/css/1024.css";
	}
