var sx = screen.availWidth;
if (sx <= 1052) {
	document.write('<style type=\"text/css\">@import url(css/smallresolution.css);</style>');
}

