// JavaScript Document

// Go Back
 function GoBack()
 {
     history.go(-1);

 }
