// JavaScript Document

if (screen.width >= 1280)  {
  document.write('<link rel="stylesheet" type="text/css" href="stiluswide.css">');
}
if (screen.width <= 1024)  {
  document.write('<link rel="stylesheet" type="text/css" href="stilussimple.css">');
} 

