//JS forumblanc.org - CITIA

/* function init_accueil
 * Initialise la home page
 * @param NULL
 */
function init_accueil()
{
  if( $('#news_flash li').length > 1 )
  {
  	$('#news_flash ul').anythingSlider({
    	width           : 950,
    	height          : 19,
    	delay           : 4000,
    	resumeDelay     : 1000,
    	buildNavigation : false,
    });
  }
  
  $("a#lien_video").click(function()  {
    $(this).hide();
    $("#video_youtube").show();
  });
}
