

function checkBrowser {
	if (screen.width <= 699) {
		document.location = "mobile/mobile.html";
	}
}