// JavaScript Document

function pageBack(){
	location.href = "javascript:history.back()";
}


