// JavaScript Document
function really(url) {
  if (confirm("Are you sure?")) location.href = url;
}
