var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div><img src='/scripts/ie6blocker/no-ie6.png' alt='' style='float: left;'/><p><br /><strong>Let op, deze website biedt geen ondersteuning meer voor Internet Explorer versie 6.</strong><br /><br />Om de website foutloos te kunnen openen raden wij u aan uw webbrowser te <a href='http://www.google.com/chrome/'><strong>upgraden</strong></a>.</p>")
			.css({
				backgroundColor: 'white',
				'top': '0px',
				'left': '0px',
				marginLeft: 0,
				marginTop: 0,
				'width': '450px',
				'height': '200px',
				paddingRight: 10,
				'position': 'relative',
				zIndex: 6000
			})
			.appendTo("#ie6");
	});		
}
