﻿// JavaScript Document

window.addEvent('domready',function() { 
	//smooooooth scrolling enabled
	new SmoothScroll({
		duration:750,
		wheelStops:true
	}, window); 
});

