/** 
* @projectDescription France 2 & France 3, versions 2.0
*
* @author	Mururoa Project Team
* @version	0.1 
*/

// ---------------------------------------------------------------------------------------------- \\
// Jquery init event
// ---------------------------------------------------------------------------------------------- \\
$(document).ready(function()
{
	handleComments("#articleBlk01");
	handleLatestComments("#articleBlk01 .newsLkIt.mainNews", ".commentsNewsBlk");
	handlePrintLinks("#articleBlk01");
	handleFontResizR("#articleBlk01");
	handleDiaporamas();
	cleanArticle();
	
	if ($('.filInfoScroll').length > 0)
	{
		$('.filInfoScroll').FilInfoPopin();
	}
});

$(window).load(function()
{	
	handlePixLegendDimensions("#articleBlk01 .ctntBlk .newsLkIt");
	kill("#noscriptsIframeComments");
});

$(window).load(function()
{
	setInterval(function(){handleFlashNewsScroller("#flashNewsBlk .newsScrollerCtnr .newsScrollerCtnt");}, 12000);
});
