function go_back() {
	history.go(-1);
	return false;
}
