// script pra ingles ver

function linguas()
{

        loc = '' + document.location;
        file = loc.substring(loc.lastIndexOf('/') + 1, loc.length);

document.write('<a href="/cz/' + file + '">Czech</a> | ');
document.write('<a href="/' + file + '">English</a> | ');
document.write('<a href="/es/' + file + '">Espaņol</a> | ');
document.write('<a href="/it/' + file + '">Italiano</a> | ');
document.write('<a href="/br/' + file + '">Portugu&ecirc;s</a>');
}

