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

