Revue de presse
, Rédigé par Lili
';
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
// Archives
function switch_arch(year) {
'use strict';
var archiveYear,
archiveMonths,
displayStyle;
displayStyle = '';
archiveYear = document.getElementById('arch_' + year);
if (typeof (archiveYear) !== 'undefined') {
if (archiveYear.style.display !== 'none') {
// Hide years without months
archiveMonths = archiveYear.getElementsByTagName('li');
if (!archiveMonths.length) {
archiveYear.parentNode.style.display = 'none';
}
// Onclick management
displayStyle = 'none';
}
archiveYear.style.display = displayStyle;
}
return false;
}
$(document).ready(function(){
$('.plustext').click(function() {
return false;
});
});
switch_arch('2016');
switch_arch('2015');
switch_arch('2014');
switch_arch('2013');
switch_arch('2012');