<!--
function gohome(){
	if (document.layers)
		window.home()
	else if (document.all)
		window.location="about:home"
	else
		alert("You need NS 4+ or IE 4+ to go back home!")
}
-->
