/*
* External link pop-up
*/
$(document).ready(function(){
	$('a:not(.kanaly,.rss-title,.read-more)').filter(function() {
      return this.hostname && this.hostname !== location.hostname;
    }).click(function() {
      alert('You are now leaving the Kanaly Trust website.');
	});
});

/*
* E-mail link pop-up
*/
function email_popup()
{
alert("The e-mail communication you are about to send is not encrypted. Please refrain from sending confidential or time-sensitive information to Kanaly Trust via e-mail.");
}