if (screen.width > 200 && screen.width < 1023) {
document.write('<link rel="stylesheet" type="text/css" href="800.css">');
}
if (screen.width > 1023 && screen.width < 1279) {
document.write('<link rel="stylesheet" type="text/css" href="1024.css">');
}
if (screen.width > 1279 && screen.width < 1899) {
document.write('<link rel="stylesheet" type="text/css" href="1280.css">');
}
if (screen.width > 1899 && screen.width < 6000) {
document.write('<link rel="stylesheet" type="text/css" href="1900.css">');
}