$(document).ready(function() { 
  (function() {
    var videPile = document.createElement('script'); videPile.type = 'text/javascript'; videPile.async = true;
    videPile.src = document.location.protocol+'//'+document.location.host+"/vide_pile.php";
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(videPile);
  })();

  /* décommenter si emploi du colorbox
  $('img.lightbox').colorbox({rel: 'gal', href: function(){
	    return $(this).attr('src');
	}});
  
  $('a.lightbox').colorbox({rel: 'gal'});
  */
});

