﻿(function(){
var gTranslateDomain = 'translate.google.co.jp';
var gTranslateDomain2 = 'translate.googleusercontent.com';
var thisDomain = location.href;

if(thisDomain.search(gTranslateDomain) == -1 && thisDomain.search(gTranslateDomain2) == -1){
	var so = new SWFObject("/shared/flash/top/top.swf", "top", "950", "340", "8");
	so.write("flashcontent_top");
}
})();

//可視化
document.getElementById('flashcontent_top').style.visibility = 'visible';