function test() {
if ($('.squeletteRubriqueGroupe').size() != 0) {
	$('body.squeletteRubriqueGroupe #wrapper').each(function(){
		elmt=$(this);
	
		elmt.prepend('<div id="hammersonRotate1" class="animation"></div>');
		rotate=$('#hammersonRotate1');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/fondmixte_1.jpg)", height: "453px", width:"955px"}).hide();
	
		elmt.prepend('<div id="hammersonRotate2" class="animation"></div>');
		rotate=$('#hammersonRotate2');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/fondMixte_2.jpg)", height: "453px", width:"955px"}).hide();
	
		elmt.prepend('<div id="hammersonRotate3" class="animation"></div>');
		rotate=$('#hammersonRotate3');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/fondMixte_3.jpg)", height: "453px", width:"955px"}).hide();
	

	
		elmt.prepend('<div id="hammersonRotatePool1" class="animation"></div>');
		rotate=$('#hammersonRotatePool1');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/Pool_1.jpg)", height: "453px", width:"955px"}).hide();
	
		elmt.prepend('<div id="hammersonRotatePool2" class="animation"></div>');
		rotate=$('#hammersonRotatePool2');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/Pool_2.jpg)", height: "453px", width:"955px"}).hide();
	
		elmt.prepend('<div id="hammersonRotatePool3" class="animation"></div>');
		rotate=$('#hammersonRotatePool3');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/Pool_3.jpg)", height: "453px", width:"955px"}).hide();
	
		elmt.prepend('<div id="hammersonRotatePool4" class="animation"></div>');
		rotate=$('#hammersonRotatePool4');
		rotate.css({position: "absolute", top: "120px", background: "url(IMG/jpg/Pool_4.jpg)", height: "453px", width:"955px"}).hide();
	


	});

}
}