
function GoBack()
{
  history.go(-1);
}
