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

