function checkBrowser() {
	var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
	if(IE6) {
		alert('Prosím aktualizujte so váš Internet Explorer.\nTáto stránka je optimalizovaná pre IE 7 a vyšší.\n\nPlease update your Internet Explorer.\nThis page is optimized for IE 8 and higher.');
		window.open('http://www.microsoft.com/windows/internet-explorer/default.aspx','_self','');  		
	}
}
