$(function(){$.vegas({src:$("#fond").backgroundImageUrl()})})
function liens_externes(){if(!document.getElementsByTagName)return;var anchors=document.getElementsByTagName("a");for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute("href")&&anchor.getAttribute("rel")=="externe")anchor.target="_blank"}};window.onload=liens_externes();window.onload=recupere_flux()
function recupere_flux(){$.getJSON(SITE_ROOT+'include/flux.ajax.php?'+Math.round(new Date().getTime()),retour_flux);window.setTimeout(recupere_flux,60000*5)}
function retour_flux(data){_get('flux').innerHTML=data.flux}
