// JavaScript Document
function pageBack(){
	history.back();
}