window.addEvent('domready', function() {
	new SmoothScroll({links: '#alphabet a, .letterField a'});
});