
window.onload = function () {
  /*if (document.getElementById ("timesince")) {
    var d = new Date ();
    var s = new Date (1999, 6, 25);
    document.getElementById ("timesince").firstChild.nodeValue = Math.round ((d-s)/1000/60/60/24);
  }*/
};

