<!-- screen resolution detect for global stylesheet selection
if (screen.width >= 800) {
	document.write("<link href='/css/stylesheet_global.css' rel='stylesheet' type='text/css' />")
}
else {
	document.write("<link href='/css/stylesheet_global_alt.css' rel='stylesheet' type='text/css' />")
}
// -->
