document.write("<link rel='stylesheet' type='text/css' href=");

  if (window.screen.width <= 1000) {
    document.write("'small.css'>");
  } else {
	document.write("'big.css'>");
  }
