// CHECK RESOLUTIE VOOR BROWSERS DIE NIET OVERWEG KUNNEN MET HUIDIGE CSS

if (screen.width<=1440) {
 document.write('<link rel="stylesheet" type="text/css" href="css/1440.css">');
}
if (screen.width<=1280) {
 document.write('<link rel="stylesheet" type="text/css" href="css/1280.css">');
}
