function goForward() {
	history.go(1);
}
goForward();


