$(document).ready(	
	function () {
		var div = document.getElementsByTagName('IMPLANTATION')[0].parentNode.parentNode;

		$(div).before('<div class="caroussel"><ul id="pikame"></ul></div>');

		$('implantation').each(function(index) {
			var nom = $(this).html() || document.getElementsByTagName('IMPLANTATION')[index].parentNode.innerText;

			var s= '<img class="type_'+$(this).attr('type')+'" src="http://'+window.location.host+'/vdoc/skinsEasysite/Groupe_AUTAJON/images/test.gif">';
			
			$('<li><img title=\''+nom+','+$(this).attr('ville')+s+'\' src="http://'+window.location.host+'/vdoc/skinsEasysite/Groupe_AUTAJON/images/implantations/'+$(this).attr('id')+'.jpg"/></li>').appendTo('#pikame')});
			

		while (document.getElementsByTagName('IMPLANTATION')[0]) {
			var div = document.getElementsByTagName('IMPLANTATION')[0].parentNode.parentNode;
			$(div).remove();
		}

		$("#pikame").PikaChoose();

		$("#pikame").SliderJS({
			window_width: 490,
			window_height: 30,
			list_width: 2000,
			pikachoose: true
			});
	}
);


			