function goToHome() {
	document.location.href='index.html';
}

