// JavaScript Document

$(document).ready( function () {
	$('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;
	});
	$('a[@href^="http"]').not('[@href^="http://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').addClass("exLink");
});

$(document).ready( function () {
	$('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;
	});
	$('a[@href^="https"]').not('[@href^="https://www.chapelle-des-anges.com"]').not('[@href^="https://form.takami-bridal.com"]').addClass("exLink");
});

