if (window.screen.width < 1024) {
	if (window.screen.width < 790) {
		location.href = "home.php?sr=320";
	} else {
		location.href = "home.php?sr=800";
	}
} else {
	location.href = "home.php?sr=1024";
}
