function gotoBack()
{
  history.go(-1)
}

function goUrl(url)
{
	window.location.href  = url;
}
