function querySt(ji) {
    hu = window.location.search.substring(1);
    gy = hu.split("&");
    for (i = 0; i < gy.length; i++) {
        ft = gy[i].split("=");
        if (ft[0] == ji) {
            return ft[1];
        }
    }
}
if (document.URL.substring(0, 39) == "http://translate.googleusercontent.com/") {
	document.write("<a href=\"" + decodeURIComponent(querySt("u").replace(/\+/g, " ")) + "\" target=\"_top\">Espa&ntilde;ol</a>");
} else {
	document.write("<a href=\"http://translate.google.com/translate_c?hl=es&amp;ie=utf-8&amp;langpair=es%7Cen&amp;u=" + decodeURIComponent(document.URL.replace(/\+/g, " ")) + "&amp;tbb=1&amp;usg=ALkJrhiN1FNuhJQ8WSO_MRlzUch0pKJjVw\" target=\"_top\" onclick=\"alert(document.getElementById('instructions').firstChild.nodeValue);return false;\">English</a>")
}