in script/smooth.js [38:44]
gy: function (d) { var gy = d.offsetTop; while (d = d.offsetParent) { gy += d.offsetTop; } return gy; },