var defaultEvents = window.onload;
window.onload = function() {
	if (defaultEvents){
		defaultEvents();
	}
	initScroll();
}
