var myDomain=document.domain;
var siteA="translate.googleusercontent.com";
var siteB="translate.googleusercontent.com";

if(myDomain==siteA){
	document.write("<div id='header_lang'>");
	document.write("<ul>");
	document.write("<li class='end'><a href='http://www.ebisu-toraji.com/' title='JAPANESE TOP'><img src='images/header/header_lang_4_off.png' width='75' height='10' alt='JAPANESE TOP' onmouseover='imgRoll(this,1);' onmouseout='imgRoll(this,0);' /></a></li>");
	document.write("</ul>");
	document.write("</div>");
}else if(myDomain==siteB){
	document.write("<div id='header_lang'>");
	document.write("<ul>");
	document.write("<li class='end'><a href='http://www.ebisu-toraji.com/' title='JAPANESE TOP'><img src='images/header/header_lang_4_off.png' width='75' height='10' alt='JAPANESE TOP' onmouseover='imgRoll(this,1);' onmouseout='imgRoll(this,0);' /></a></li>");
	document.write("</ul>");
	document.write("</div>");
}else{
	document.write("<div id='header_lang'>");
	document.write("<ul>");
	document.write("<li><a href='javascript:translateK()' title='KOREAN'><img src='images/header/header_lang_1_off.png' width='48' height='10' alt='KOREAN' onmouseover='imgRoll(this,1);' onmouseout='imgRoll(this,0);' /></a></li>");
	document.write("<li><a href='javascript:translateE()' title='ENGLISH'><img src='images/header/header_lang_2_off.png' width='52' height='10' alt='ENGLISH' onmouseover='imgRoll(this,1);' onmouseout='imgRoll(this,0);' /></a></li>");
	document.write("<li class='end'><a href='javascript:translateC()' title='CHINESE'><img src='images/header/header_lang_3_off.png' width='52' height='10' alt='CHINESE' onmouseover='imgRoll(this,1);' onmouseout='imgRoll(this,0);' /></a></li>");
	document.write("</ul>");
	document.write("</div>");
}

