$(document).ready(function() {
 
 if (screen.width <= 400) window.location.replace("mobiel.html")


});
