var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',				
				backgroundColor: '#f5f5f5',
				'opacity': '0.90',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><img src='/images/frontend/logo-ie6.png' style='float:left;'/><div style='float:right;'><p><br /><strong>Sorry! Deze website kan niet getoond worden in je huidige browser omdat deze verouderd is.</strong><br /><br />Om de website te kunnen bekijken, kan je je browser updaten naar Internet Explorer 9. Je kan dit doen via <a style='text-decoration:underline;font-weight:bold;' href='http://www.microsoft.com/netherlands/windows/internet-explorer/'>deze link</a>.</p><br/><ul style='font-size:14px;'><li><strong>Onze gegevens:</strong></li><li>Cogels Osylei 19</li><li>B-2600 Berchem (Zurenborg)</li><li>Tel.: 03/235.07.03</li><li>Fax: 03/235.07.33</li><li>E-mail: <a href='info@antenno.be'>info@antenno.be</a></li></ul></div>")
			.css({
				backgroundColor: 'white',
				'top': '50%',
				'left': '50%',
				marginLeft: -250,
				marginTop: -150,
				width: 525,
				paddingLeft: 25,
				paddingRight: 30,
				height: 200,
				'position': 'absolute',
				'border': '1px solid #ccc',
				'font-size': '16px',
				'color': '#333', 
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
