function siteTime(){window.setTimeout("siteTime()",500);var i=1e3,v=i*60,o=v*60,t=o*24,s=t*365,a=new Date,u=a.getFullYear(),y=a.getMonth()+1,M=a.getDate(),h=a.getHours(),l=a.getMinutes(),c=a.getSeconds(),g=Date.UTC(2022,6,4,12,0,0),m=Date.UTC(u,y,M,h,l,c),e=m-g,r=Math.floor(e/s),d=Math.floor(e/t-r*365),f=Math.floor((e-(r*365+d)*t)/o),n=Math.floor((e-(r*365+d)*t-f*o)/v),D=Math.floor((e-(r*365+d)*t-f*o-n*v)/i);document.getElementById("footer_custom_text").innerHTML=" \u8FD9\u4E2A\u5C0F\u7834\u7AD9\u5DF2\u8FD0\u884C "+r+" \u5E74 "+d+" \u5929 "+f+" \u65F6 "+n+" \u5206 "+D+" \u79D2"}siteTime();