/** 
* @projectDescription France 2 & France 3, versions 2.0
*
* @author	Mururoa Project Team
* @version	0.1 
*/

// ---------------------------------------------------------------------------------------------- \\
// Jquery init event
// ---------------------------------------------------------------------------------------------- \\
$(document).ready(function()
{
	handleAjaxTabsContent("b_ourVid", "#ourVdosBlk01", AjxTabsCtntHIOurVidURL, 1);
	handleAjaxTabsContent("b_youNChaine", "#youNChaineBlk01", AjxTabsCtntHIYouNChaineURL, 1);
	handleAjaxTabsContent("b_articles", "#articlesBlk01", AjxTabsCtntHIArticlesURL, 1);	
	
	handleVDOBlockScroller("#ourVdosBlk01");
	
	handleComments("#lastInfoNewsBlk01");
	
	handleHiddenContents("#allProgramsBlk01");
	handleHiddenContents("#allProgramsBlk02");
	
	handleSondage(3, "info", "ColDroite");
	
	handleDiaporamas();
	
	$('.filInfoScroll')
		.FilInfoPopin();
});

$(window).load(function()
{
	setInterval(function(){handleFlashNewsScroller("#flashNewsBlk .newsScrollerCtnr .newsScrollerCtnt");}, 12000);
});

function iniContentsListenersSpecific()
{
	handleVDOBlockScroller("#ourVdosBlk01");
}
