// Smoothscrolling around the page anchors -- Requires MooTools 
window.addEvent('domready',function() {
  //new SmoothScroll({ options }, window);
  new Fx.SmoothScroll({ duration:1100, transition:Fx.Transitions.Cubic.easeInOut }, window); //1100 milliseconds to get there  
});



