function goHome() {
	window.location.href = "http://" + window.location.host;
}

