if (screen.width <= 800) {
document.location = "960.html";
}

else if (screen.width <= 960) {
document.location = "960.html";
}




