var lang ="fr";
$('#content').empty().load("article/fr/home.php");

$('.menuButton').click(function(){
	$('.menuButton').each(function(){
		$(this).removeClass('buttonClick');
	});
	$(this).addClass('buttonClick');
	$('#content').empty().load("article/"+lang+"/"+$(this).attr('rel')+".php");
});

$('#s3slider').s3Slider({
  timeOut: 7000
});
