function goBack() { 
	history.back(1);
	return false;
}