// Check voor beeldschermresolutueif (screen.width <= 800) {document.write("<link rel='stylesheet' type='text/css' href='_styles/home_small.css'>");}else if (screen.width <= 1024) {document.write("<link rel='stylesheet' type='text/css' href='_styles/home_small.css'>");}if (screen.width > 1024) {document.write("<link rel='stylesheet' type='text/css' href='_styles/home_wide.css'>");}