function distinctHref( target){
	if( target.href.match( 'http://abashiri.jp/')){
		target.target = '_blank';
	}
	return true;
}