var dir = location.href.substring(0,location.href.lastIndexOf('/')+1);
var url = location.href.substring(dir.length,location.href.length+1);
document.write("<a href='");
document.write("../en/" + url + "");
document.write("'><img src='../gfx/gb.gif' /></a>");
// End -->
