var scnwidth = screen.width ;
if (scnwidth > 1152) {
	document.write("<link href='./scripts/wide.css' rel='stylesheet' type='text/css' />"); }
else if (scnwidth < 801) {
	// document.write("<link href='./scripts/narrow.css' rel='stylesheet' type='text/css' />");
	location.replace("smallindex.htm"); }
