// JavaScript Document

jQuery(document).ready( function () {
	jQuery('a[@href^="http"]').not('[@href^="http://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').click(function(){
	window.open(this.href, '');
	return false;
	});
	jQuery('a[@href^="http"]').not('[@href^="http://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').addClass("exLink");
});

jQuery(document).ready( function () {
	jQuery('a[@href^="https"]').not('[@href^="https://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').click(function(){
	window.open(this.href, '');
	return false;
	});
	jQuery('a[@href^="https"]').not('[@href^="https://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').addClass("exLink");
});

