// JavaScript Document
if (screen.height<899) {
window.location="home.html"; 
}

