var CSSwidthFile;

if (document.documentElement.clientWidth < '1200')
	CSSwidthFile = 'smallscreen';

document.write('<link rel="stylesheet" type="text/css" href="/css/' +CSSwidthFile+ '.css" />\n');