  $('a').filter(function() {
    return this.hostname && this.hostname !== location.hostname;
  })
  .click(function () { 
  var x=window.confirm('You are about to proceed to an offsite link.  Auglaize County has no control over the content of this site.  Click OK to proceed.');
var val = false;
if (x)
val = true;
else
val = false;
return val;

        });