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

