/**
 * @author robak123
 */

 a = document.cookie;

cookiewert = a.substr(a.search('unicredit_browserResolution=1024'),32);
if(cookiewert=='unicredit_browserResolution=1024'){
	//var cssLocation = "typo3conf/ext/sekeido_unicredit/res/css/1024.css";
	document.write('<link rel="stylesheet" href="/typo3conf/ext/sekeido_unicredit/res/css/1024.css" style="text/css"/>');
}

	//document.write('<link rel="stylesheet" href="/typo3conf/ext/sekeido_unicredit/res/css/1024.css" style="text/css"/>');

