function goBack() {
 var hist = window.history;
 if(hist) {
 hist.back();
 return false;
 } 
 }