// JavaScript Document

if (screen.width >= 1280) {
document.write('<link rel=stylesheet type="text/css" href="atlanta-cabinetry_1280.css">');
}

if (screen.width >= 1600) {
document.write('<link rel=stylesheet type="text/css" href="atlanta-cabinetry_1600.css">');
}

