function goBack() {
    document.cookie = "return=1;path=/";
    history.back();
}
