//var ref=document.referrer;
//if (ref.indexOf("pages-annuaire.net")==-1) {
//	if($.cookie('openedAbo')!='1'){

var countOvert=0;

$(document).ready(function(){
	
/*	
	$("#TB_overlay").live("click",function() {
		window.location.href='/?telephone=none';
	});
*/	
	
	$("#BtBandeau").click( function(){
		countOvert++;
		tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
		imgLoader = new Image();// preload image
		imgLoader.src = tb_pathToImage;
		tb_show('Audio', '/modaliframeaudio/?KeepThis=true&TB_iframe=true&height=250&width=480&modal=false', null);

	});
	
});
//	}
//}
function fermeIframe(){
	tb_remove();
}
