$(document).ready( function () {
							 
$("#diapo").append("<img src='http://dup2.free.fr/new/images/img1.jpg' />");
$("#diapo").append("<img src='http://dup2.free.fr/new/images/img2.jpg' />");
$("#diapo").append("<img src='http://dup2.free.fr/new/images/img3.jpg' />");
$("#diapo").append("<img src='http://dup2.free.fr/new/images/img4.jpg' />");
$("#diapo").append("<img src='http://dup2.free.fr/new/images/img5.jpg'  />");
$("#diapo").append("<img src='http://dup2.free.fr/images/img7.jpg' />");
							 	 
	$('#diapo').cycle({
    		timeout: 10000,
			speed:2400
    	});
});