/**
 * @author dean
 */

window.onload = function() {
	window.setTimeout(	function(){	
		window.scrollTo(0, 1)
	} , 100);
};
