
window.addEvent('domready', function(){
	
	// smooth scroller
	var mySmoothScroll = new Fx.SmoothScroll({
  	  links: $$($$('div.button_Outer a'), $$('a.anchor'), $$('a.to-top')),
    	wheelStops: false
	});	
		
	
});