/* scroll to top of page */

function toPageTop() {
	window.scroll(0,0);
}

