$(function(){	
	$('#btfermer a').click(function(){   		
        $('#flash2').hide();
    });	
	
	$('#bteventfr a, #event').click(function(){   		
        $('#flash').show().load('/event/2010-spring/fr/event-fr.php');
    });	
	
	$('#bteventen a').click(function(){   		
        $('#flash').show().load('/event/2010-spring/en/event-en.php');
    });	
	
	$('#btAlinghi a').click(function(){   
        $('#flash2').hide().show();
    });	
	
});


function fermer() { 
	if($('body').hasClass('event')) {	
		$('body').html('').hide();
		window.location = "http://www.laurent-perrier.fr";
	}
	else {
		$('#flash').html('').hide();
	}
	
}