//var ref=document.referrer;
//if (ref.indexOf("pages-annuaire.net")==-1) {
//	if($.cookie('openedAbo')!='1'){
$(document).ready(function(){
	
	$("#BtBandeau").click( function() {
	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=475&width=582', null);
	$.cookie('openedAbo', '1', { expires: 365});
	});

});
//	}
//}
function fermeIframe(){
	tb_remove();
}
