$.ajaxSetup({'beforeSend' : function(xhr) {xhr.overrideMimeType('text/html; charset=ISO-8859-1');},});

$('#bloc_one a').fadeIn("slow", function(){
	$('#bloc_two a').fadeIn("slow", function(){
		$('#bloc_three a').fadeIn("slow", function(){
			$('#bloc_four a').fadeIn("slow", function(){
				$('#lower_part_home').fadeIn("slow");
			});
		});
	});
});
$(".cdc").click(function(){window.location=$(this).find("a").attr("href"); return false;});
$.get('listing.php?format=listing_home.html&lang={lang}&amp;special_limit=4', function(data) {$('#containeur_cdc').html(data);});
