/**
 * @compagny : e-magineurs
 * @website :www.e-magineurs.com
 * @author : Ian SEBBAGH
 * @contact : isebbagh@e-magineurs.com
 * @copyright : Tous droits réservés 
 */
            
			
	var colorBoxWidth = '562px';
	var colorBoxHeight = '415px';
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ 
		 var ieversion=new Number(RegExp.$1) 
		if (ieversion == 7){
			colorBoxWidth = '565px';
			colorBoxHeight = '445px';			
		}
	}
	
	
	jQuery(document).ready(function () {
		jQuery('.popupLightBox').colorbox({
					width:colorBoxWidth, 
					height:colorBoxHeight,
					opacity:"0.7", 
					iframe:true,
					scrolling:"false",
					close:""
					});				
	 
	 /**
	 if(window.location.href == 'http://www.annemasse-agglo.fr/' 
	 || window.location.href == 'http://www.annemasse-agglo.fr' 
	 || window.location.href == 'http://annemasse-agglo.fr/' 
	 || window.location.href == 'http://annemasse-agglo.fr' 
	 || window.location.href == 'www.annemasse-agglo.fr/'
	 || window.location.href == 'www.annemasse-agglo.fr'
	 || window.location.href == 'annemasse-agglo.fr/'
	 || window.location.href == 'annemasse-agglo.fr'
	 || window.location.href == 'http://www.annemasse-agglo.fr/accueil/'
	 || window.location.href == 'http://annemasse-agglo.fr/accueil/' 
	 || window.location.href == 'www.annemasse-agglo.fr/accueil/'
	 || window.location.href == 'annemasse-agglo.fr/accueil/'
	 || window.location.href == 'http://www.annemasse-agglo.fr/index.php?id=8'
	 || window.location.href == 'http://annemasse-agglo.fr/index.php?id=8' 
	 || window.location.href == 'www.annemasse-agglo.fr/index.php?id=8'
	 || window.location.href == 'annemasse-agglo.fr/index.php?id=8'){
		 // Display a welcome message on first visit, and set a cookie that expires in 1 days:
		if (document.cookie.indexOf('visited=true') === -1) {
			var expires = new Date();
			expires.setDate(expires.getDate()+1);
			document.cookie = "visited=true; expires="+expires.toUTCString();
			jQuery.colorbox({
				href: "http://www.annemasse-agglo.fr/2012/",
				width:colorBoxWidth, 
				height:colorBoxHeight,
				opacity:"0.7", 
				iframe:true,
				scrolling:"false",
				close:""			
			});
		}
	}/**/
				
	});
