$(document).ready(function() {
// Target IE6 and below
	if ($.browser.msie && $.browser.version <= 6 ){
		if(readCookie('avertissementie6') == null){
			//$("#avertissementie6").fadeIn(2000).delay(800).slideUp(1000);
			$("#top").hide();
			$("#corps").hide();
			$("#foot").hide();
			$("#conteneurie6").show();
			$("#avertissementie6").show();
			createCookie('avertissementie6','1',120);
		}
	}
	/*else if(readCookie('annonceblog') == null){
		var content3 = '<div style="background:url(Brindilles-img/annonceblog.jpg);width:784px;height:444px;"><div onclick="close_tinybox()" style="cursor:pointer;width:35px; height: 35px;float:right;"></div><div onclick="close_tinybox();window.open(\'./brindinfos/\')" style="cursor:pointer;width:600px;height:50px;position:absolute;right:100px;bottom:15px;"></div></div>';
		//var content3 = '<style type="text/css">#tinybox {position:absolute; display:none; padding:0; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:0; z-index:2000;}#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#ccc; z-index:1500}</style><div onclick="close_tinybox()" style="background:url(Brindilles-img/annoncev3.png);width:783px;height:390px;"><div style="cursor:pointer;width:35px; height: 35px;float:right;"></div></div></div>';
		TINY.box.show(content3,0,0,0,0,0);
		createCookie('annonceblog','1',43200);
	}*/
});


