function scrollToTop() {
	window.scroll(0,0);
}
function goBack() {
	javascript:history.go(-1)
}