$j = jQuery.noConflict();
$j(document).ready(function() {
	$j('a.lecturebiblique').fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	400,
		'width'			:	830,
		'height'		:	1000
	});
	//initSlidingContent('scrollingContainer',1);
	/*
    function Rebour()
        {
        if (document.getElementById)
            {
        Maintenant = new Date;
        TempMaintenant = Maintenant.getTime();
    Future = new Date(2009, 9, 31);
    TempFuture = Future.getTime();
            DinaHeure = Math.floor((TempFuture-TempMaintenant)/1000);

			DiffSec = Math.floor((TempFuture-TempMaintenant)/1000);
			DiffMin = Math.floor(DiffSec/60);
			Diffheure = Math.floor(DiffMin/60);
			DiffJour = Math.floor(Diffheure/24);
			while (DiffMin>=60)
					{
					DiffMin = DiffMin-60;
					}

			while (DiffSec>=60)
					{
					DiffSec = DiffSec-60;
					}
					
            DinaHeure = '<span style="color:#f39d1c; font-size:26px; font-weight:bold;">J-' + DiffJour + '</span><br>' + Diffheure + ' h ' + DiffMin + ' min ' + DiffSec + ' s';
			
            if (DinaHeure <= 0)
                DinaHeure = "C'est parti";
			
            document.getElementById("comptarebour").innerHTML=DinaHeure;
            }
        temporebour = setTimeout("Rebour()", 1000)
        }
    window.onload=Rebour;	
	*/
					/*
			while (Diffheure>=24)
					{
					Diffheure = Diffheure-24;
					}
					*/	
}); 

