//フロッグマン
$(document).ready(function(){	
	//$.easy.navigation();
	/*
	
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	*/
	
	
	//別窓開くスクリプト
	$(".footer_ul a").click(function(){
		
		if (this.href.indexOf("flive.tv") == -1) {
			window.open(this.href,'_blank');
			return false;
		}
		
	});
	
});
