function previousPage() {
	window.history.go(-1);
}
