;(function($){
var _okay = 'livingwithuc\.ca|vivreaveclacu\.ca|janssen\.ca'; 

function _exitLink(e) {
	if( !this.href.match(_okay) && (this.href.indexOf("javascript:") != 0) ) {
		return confirm("This link will take you to another website to which our privacy policy does not apply.\nWe encourage you to read the Privacy Policy of every site you visit.\nClick the \"Cancel\" button to return to " + document.domain + " or OK to continue.");
	}
}

$(window).ready(function(){
	_okay = new RegExp('http(s)?\:\/\/(www\.)?('+_okay+'|'+document.domain.replace(".",'\.')+').*');
	$('a').live('click',_exitLink);
	$('a.a2a_button_printfriendly').click(function(){window.print();return false;});
});

})(jQuery);

