$(document).ready( function () {

	$('a[@href^="http"]').not('[@href^="http://www.seo-oroshi.jp/"]').click(function(){

	window.open(this.href, '');

	return false;

	});

	$('a[@href^="http"]').not('[@href^="http://www.seo-oroshi.jp/"]').addClass("exLink");

});
