function smoothScrolling() {
	// smooth scroll internal links. Thanks, mootools.
	new SmoothScroll();
}
window.addEvent('domready', smoothScrolling);