$(function(){
	// Lien nouvelle fenêtre
	$('a.newWindow, area.newWindow').click(function(){ window.open(this.href); return false; });
	
	// Diapos
	$('#diaporama').diaporama();
});
