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

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: '#5a4d2f',
				'opacity': '1',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div'><img src='http://lesnuances.it/prov/images/block.png' alt='' style='float: left; margin-right: 20px;'/><p><br /><strong>Spiacente!<br /> Il sito non supporta Internet Explorer 6.</strong></p><p style='margin-left: 25px;'>Per una visione ottimale del sito prova:<br/> <a href='http://getfirefox.com' target='blanck'>FireFox</a>, <a href='http://google.com/chrome' target='blanck'>Chrome</a>, <a href='http://apple.com/safari' target='blanck'>Safari</a>, <a href='http://www.opera.com'>Opera</a>.<br /> Oppure <a href='http://www.microsoft.com/windows/internet-explorer/default.aspx'>aggiorna la versione del tuo browser!</a>.</p>")
			.css({
				backgroundColor: 'white',
				'top': '50%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -200,
				width: 410,
				paddingRight: 10,
				height: 200,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
