//var ref=document.referrer;
//if (ref.indexOf("pages-annuaire.net")==-1) {
//	if($.cookie('openedAbo')!='1'){
$(document).ready(function(){
	var action=true;
	
	$(".noAction").click( function() {
		action=false;
	});
	
	$("#BtBandeau").click( function() {
		if (action) {
			tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
			imgLoader = new Image();// preload image
			imgLoader.src = tb_pathToImage;
			tb_show('wha title', '/modaliframecb?KeepThis=true&TB_iframe=true&height=470&width=890&modal=false', null);
			$.cookie('openedAbo', '1', { expires: 365});
		}
	});

});
//	}
//}
function fermeIframe(){
	tb_remove();
}
