$(document).ready( function () {
	$('a[@href^="http"]').not('[@href^="http://www.014888.jp/"]').click(function(){
	window.open(this.href, '');
	return false;
	});
	$('a[@href^="http"]').not('[@href^="http://www.014888.jp/"]').addClass("exLink");
});