// jquery用jQuery(function($){	var domain = location.href.match(/^https?(:\/\/[a-zA-Z0-9.]+)\//i)[1];	$('a[href^=http]').not('[href*="'+domain+'"]').attr('target','_blank');		$('a[href^=http://www.ogasawaramura.com/ad/]').attr('target','_blank');		if( $('.moduleImgbox240 .img a') && $('.moduleImgbox240 .img a').length > 0 ) {	 $('.moduleImgbox240 .img a').lightBox();	}	if( $('.moduleThumbnails a') && $('.moduleThumbnails a').length > 0 ) {	 $('.moduleThumbnails a').lightBox();	}});
