
jQuery(document).ready(function(){
	 
//	uncomment to clear/test cookie
//	jQuery.cookie("newsletter_validate_detail", null);
	
	 if( "hide_popup" == jQuery.cookie("newsletter_validate_detail") ){
//		 alert('no popup 4 u');
		 return 1;
	 }
 
    Shadowbox.open({
    	content:	 jQuery("#popuphtml").html(),
        player:     "html",
        title:      "Restez informé!",
        height:     259,
        width:      347,
        /*options : { onFinish : popup_init }*/
	});

});


