$(function() { $('#slideshow1').cycle(); $('#slideshow1').cycle({ fx: 'fade', timeout: 1000, speed: 250, random: 1 }); }); $(document).ready(function() { $(".popup").fancybox({ 'transitionIn' : 'fade', 'transitionOut' : 'none', 'overlayOpacity' : 0.9, 'padding' : 0, 'scrolling' : 'no', 'centerOnScroll' : true, 'overlayColor' : '#000' }); }); /* pour thumb sur popup */ function thumbNb(nb){ if (nb=='') { nb='0'; titrenb='0'; } else { titrenb='1'; } $('#videosexehard_tn').attr('src', 'images/small'+nb+'.jpg'); }