if (addEventListener) {
	addEventListener('load', function() {
		setTimeout(function(){
			window.scrollTo(0, 1);
		}, 100);
	}, false);
}
