var currentURL = location.href;

if((currentURL.indexOf('180.222.81.76',currentURL)) != -1){

if((currentURL.indexOf('_e.html',currentURL.length-7)) != -1){
var fileExt = '.html';
var lingLang = 'Japanese';
var homeurl = 'http://www.gadelius.com/index.html';
}else{
var fileExt = '_e.html';
var lingLang = 'English';
var homeurl = 'http://www.gadelius.com/index_e.html';
}


if((currentURL.indexOf('/',currentURL.length-1)) != -1){
var currentURL=currentURL+'index.html';
}

if((currentURL.indexOf('_e.html',currentURL.length-7)) != -1){
var filePath = currentURL.split('_e.html');
var fileName=filePath[0];
}else if((currentURL.indexOf('.html',currentURL.length-5)) != -1){
var filePath = currentURL.split('.html');
var fileName=filePath[0];
}else{
var fileName=currentURL+'/';
}


//if((currentURL.indexOf('mt-search.cgi',0)) != -1){
if((currentURL.indexOf('.cgi',0)) != -1){
if(((currentURL.indexOf('searchEng',0)) != -1)||((currentURL.indexOf('send_e',0)) != -1)){
var homeurl = 'http://www.gadelius.com/index.html';
document.write('<a href=');
document.write(homeurl);
document.write('>');
document.write('Japanese');
document.write('</a>');
}else{
var homeurl = 'http://www.gadelius.com/index_e.html';
document.write('<a href=');
document.write(homeurl);
document.write('>');
document.write('English');
document.write('</a>');
}
}
else{

document.write('<a id=ip href=');
document.write(fileName);
document.write(fileExt);
document.write('>');
document.write(lingLang);
document.write('</a>');

}

}
else{


if((currentURL.indexOf('_e.html',currentURL.length-7)) != -1){
var fileExt = '.html';
var lingLang = 'Japanese';
var homeurl = 'http://www.gadelius.com/index.html';
}else{
var fileExt = '_e.html';
var lingLang = 'English';
var homeurl = 'http://www.gadelius.com/index_e.html';
}


if((currentURL.indexOf('/',currentURL.length-1)) != -1){
var currentURL=currentURL+'index.html';
}

if((currentURL.indexOf('_e.html',currentURL.length-7)) != -1){
var filePath = currentURL.split('_e.html');
var fileName=filePath[0];
}else if((currentURL.indexOf('.html',currentURL.length-5)) != -1){
var filePath = currentURL.split('.html');
var fileName=filePath[0];
}else{
var fileName=currentURL+'/';
}


//if((currentURL.indexOf('mt-search.cgi',0)) != -1){
if((currentURL.indexOf('.cgi',0)) != -1){
if(((currentURL.indexOf('searchEng',0)) != -1)||((currentURL.indexOf('send_e',0)) != -1)){
var homeurl = 'http://www.gadelius.com/index.html';
document.write('<a href=');
document.write(homeurl);
document.write('>');
document.write('Japanese');
document.write('</a>');
}else{
var homeurl = 'http://www.gadelius.com/index_e.html';
document.write('<a href=');
document.write(homeurl);
document.write('>');
document.write('English');
document.write('</a>');
}
}
else{

document.write('<a href=');
document.write(fileName);
document.write(fileExt);
document.write('>');
document.write(lingLang);
document.write('</a>');

}

}
