d0=new Date('July 3, 2010');d1=new Date();dt=(d1.getTime()-d0.getTime())/(1000*60*60*24);document.write('<small>');document.write('<strong>Нашему сайту</strong> <font color=#008000>'+Math.round(dt)+'-й<\/font> <strong>день ...</strong>');document.write('<\/small>');
