$(document).ready(function(){

$("#produit1").animatedinnerfade({
						speed: 500,
						timeout: 3000,
						type: 'random',
						containerheight: '347px',
						containerwidth: '870px',
						animationSpeed: 1000,
						animationtype: 'fade',
						bgFrame: 'none',
						controlBox: 'none',
						displayTitle: 'none'
					}); 
$("#produit2").animatedinnerfade({
						speed: 600,
						timeout: 2000,
						type: 'random',
						containerheight: '347px',
						containerwidth: '870px',
						animationSpeed: 1000,
						animationtype: 'fade',
						bgFrame: 'none',
						controlBox: 'none',
						displayTitle: 'none'
					});
			});
