function goBack() {
	history.back();
}

function printPage() {
	self.print();
}

