if (screen.width <= 600)
{
 window.location="mobile.html";
}