/**
 * @author Oliver Streit
 */

function go_back() {
	history.back()
}
