jQuery(document).ready(function(){jQuery('a[href^=http]')
.not('[href*="'+location.hostname+'"]')
.attr({title:"外部サイトに移動します",target:"_blank"})
.addClass("extlink");})

