// JavaScript Document

if (screen.availWidth <= 800){
	document.write('<link rel="stylesheet" href="css/low-res.css" media="screen" />');
}