$(document).ready(function(){

	/* 外部リンク */
	$('a[href^="http://"]').attr('target', '_blank');
	
	$.localScroll();
	
});