$(document).ready( function () {
	$('a[@href^="http"]').not('[@href^="http://www.ooq-net.jp/"]').click(function(){
		if ( this.href.search(/http:\/\/www15.j-server.com/) == -1 ) {
			window.open(this.href, '');
			return false;
		}
	});
	$('a[@href^="http"]').not('[@href^="http://www.ooq-net.jp/"]').addClass("exLink");
});
