function opportunity_confirm(link, message) {
  if ( confirm(message) )
    document.location.href = link;
}
