window.addEvent('domready',function(){
	var myScroll =  new SmoothScroll({
		wheelStops: false
	},window);
});
