<!--//--><![CDATA[//><!--
winWidth = parseInt((navigator.userAgent.indexOf("MSIE")!= -1) ? document.documentElement.clientWidth : window.innerWidth);

if (winWidth < 1290) {
	document.write('<link href="css/small.css" rel="stylesheet" type="text/css" />\n');
}
//--><!]]>

var currentPage = window.location.href;
window.onresize = reloadPage;var adjustScrollsteps = 1; 

function noError(){return true;}
window.onerror = noError;

function reloadPage() {
	window.document.location.href = currentPage;
}


