function align_block(){if(typeof defaultLeftBlockHeight=="undefined")return;var leftBlockHeight=$(".contenu_block_info").height();var rightBlockHeight=$("#colRight").height()-50;if(rightBlockHeight>=defaultLeftBlockHeight)$(".contenu_block_info").css({height:"auto","min-height":rightBlockHeight+"px"})}
var newsLight={init:function(){if(this.logged()&&getCookie("nfnewslight")==null){var userInfos=this.getUserInfos();newsLight.save(userInfos.news_light,true);if(userInfos.news_light)newsLight.load(1,function(){newsLight.show()})}newsLight.setEvents()},getUserInfos:function(){var userInfos={};if(this.logged())$.ajax({url:"/ajax/news-light.php",type:"POST",dataType:"json",async:false,data:{action:"getUserInfos",membre_id:getCookie("nfuserid")},success:function(datas){userInfos=datas}});return userInfos},
load:function(page,callback){$("#news-light").addClass("loading").load("/ajax/news-light.php",{action:"display",page:page},function(content){if(newsLight.logged())$("#news-light .create-account").hide();else $("#news-light .create-account").show();$(this).removeClass("loading");newsLight.setEvents();if(typeof callback=="function")callback.call(this)})},setEvents:function(){$("#news-light .navigation a.page").click(function(){var exec=/#([0-9]+)$/.exec($(this).attr("href"));if(exec)newsLight.load(exec[1]);
return false})},show:function(){$("#news-light").removeClass("off").addClass("on");if($("#news-light").hasClass("on")){$(".news-light-button.off").removeClass("newslight3_png").addClass("newslight2_png");$(".news-light-button.on").removeClass("newslight4_png").addClass("newslight1_png")}newsLight.save(1);align_block()},hide:function(){$("#news-light").removeClass("on").addClass("off");if($("#news-light").hasClass("off")){$(".news-light-button.on").removeClass("newslight1_png").addClass("newslight4_png");
$(".news-light-button.off").removeClass("newslight2_png").addClass("newslight3_png")}newsLight.save(0);align_block()},save:function(value,cookieOnly){if(this.getCookie()==value)return false;if(typeof cookieOnly=="undefined")cookieOnly=false;if(this.logged()){Utils.setCookie("nfnewslight",value,Utils.strtotime("+1 year"),"/",".clubic.com");if(!cookieOnly)$.post("/ajax/news-light.php",{action:"save",value:value,membre_id:getCookie("nfuserid")});return true}return false},logged:function(){return Utils.getCookie("nfuserid")&&
Utils.getCookie("nfpassword")&&Utils.getCookie("nfusername")},hasCookie:function(){return Utils.getCookie("nfnewslight")!=null},getCookie:function(){return this.hasCookie()?Utils.getCookie("nfnewslight"):0}};
$(document).ready(function(){var dateExp="120";$(".titreMeilleurClubic").live("click",function(){$(".newsSelected").hide();$("#"+$(this).attr("title")+"MeilleurClubic").show();$("#menuMeilleurClubic li").removeClass("ongletactif");$(this).parent("li").addClass("ongletactif")});if(typeof currentPage!=="undefined"&&currentPage==1){newsLight.init();$(".news-light-button").click(function(){if($(this).hasClass("off"))newsLight.hide();else if(newsLightStatus!="off"){newsLight.load(1,function(){newsLight.show()});
newsLightStatus="on"}else newsLight.show();return false})}});$(window).load(function(){defaultLeftBlockHeight=$(".contenu_block_info").height();align_block()});

