jQuery(function() {
    $('#entete_photos').cycle({ 
        fx:'fade', 
        speed:2500,
        //startingSlide: Math.floor(Math.random()*5),
        timeout:  7000
    });
    
    if( typeof(parentPageUrl) != 'undefined'){
		$('#contenu_centre_gauche').find('a[href=' + parentPageUrl + ']').addClass('selected');
	}else{
		$('#contenu_centre_gauche').find('a[href=' + window.location.pathname + window.location.search + window.location.hash + ']').addClass('selected');
	}    
    $(document).pngFix();
    
	
});


