function goTo(where) {
	document.location.replace('#'+where);
	//return false;
}
