function gel(a){return document.getElementById(a)}var Timer=function(d){function f(k,j){j=j*1000;return[Math.floor(k/j),k%j]}function i(j){return f(j,(52*7*24*60*60))}function h(j){return f(j,(7*24*60*60))}function a(j){return f(j,(24*60*60))}function e(j){return f(j,(60*60))}function c(j){return f(j,60)}function g(j){return f(j,1)}function b(p){var q,k,p,o,j,n,l=[];q=i(p);k=h(q[1]);p=a(k[1]);o=e(p[1]);j=c(o[1]);n=g(j[1]);if(q[0]>0){l.push(q[0],"yrs ")}if(k[0]>0){l.push(k[0],"wks ")}if(p[0]>0){l.push(p[0],"d ")}if(o[0]>0){l.push(o[0],"h ")}if(j[0]>0){l.push(j[0],"m ")}if(n[0]>0){l.push(n[0],"s")}return l.join("")}return b(d)};function updateTimers(){var b=new Date();var a=b.getTime()-new Date(2009,3,5,9,45).getTime();var c=b.getTime()-new Date(2011,4,26,2,12).getTime();target=gel("countdown");target2=gel("countdown2");target.innerHTML="Tomo is "+Timer(a)+" Old";target2.innerHTML="Haruka is "+Timer(c)+" Old"}YUI().use("node",function(){updateTimers();setInterval(updateTimers,1000)});
