window.addEvent('domready', function() {
		
	// disable the console for nonFF browsers
	if (! window.console) window.console = {'log': (function() {})};

	// smooth scrolling
	var smoothScrollery = new SmoothScroll({
    links: '.smooth',
    wheelStops: true
	});

	
});