// JavaScript Document


$(document).ready(function() {

	$("img[title]").tooltip();
	
	 jQuery('#mycarousel').jcarousel({
		
        auto: 2,
		wrap: 'circular'
		 });
		 
		$('#sound_element').html(
"<embed src=http://www.adp-promo.fr/music/siteWeb.mp3 hidden=true autostart=true loop=true>");

});


