// Scrolls to the top of the page
function scrollTop() {
	window.scroll(0,0);
}