var flagVoeux = false
if(flagVoeux) {
  var cook = readCookie("voeux");
  if (!cook) {
    createCookie('voeux','o',1);
    document.write('<link rel="stylesheet" type="text/css" href="css/voeux.css" />');
      $(function() {
      var t = $("<div id='nvAnnee'><div id='fermer'><span onclick='fuDispNvAnnee(); return false;'>X</span</div><div id='flash'></div></div>");
      $("body").append(t);
      swfobject.embedSWF("swf/voeux.swf", "flash", "800", "400", "8.0.0", "swf/expressInstall.swf");
      var DivAnnee = $('#nvAnnee');
      DivAnnee.draggable();
      DivAnnee.css('top','100px');
      DivAnnee.css('left',(Math.abs(document.body.offsetWidth/2)-400) + 'px');
      DivAnnee.css('display','block');
      setTimeout('fuDispNvAnnee()',40000);
    });
  }
}
function fuDispNvAnnee () {
    $("#nvAnnee").fadeOut("slow");
}
