	window.addEvent('domready', function(){
		
		/* Public setupScrolling - sets up smooth scroll */
		
		function setupScrolling(tId){		
		
			//props = this.options.scrollProps;
		
			new SmoothScroll({ duration: 900 });
		}
				
		setupScrolling();
		
	});