var myURL = location.href;
var myArray = myURL.split("/");
var myFile = myArray[myArray.length - 2] + "/" + myArray[myArray.length - 1];
var myDir = myArray[myArray.length - 1];

if (location.href=="http://www.hvtn.org/spanish/about/index.html" || location.href=="http://www.hvtn.org/spanish/about/") 
document.write ("<font color='#ffffff'>&rsaquo; Nosotros</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/index.html'>&rsaquo;  Nosotros</a><br>");

if (location.href=="http://www.hvtn.org/spanish/about/faqs.html")
document.write ("<font color='#ffffff'>&rsaquo; Preguntas frecuentes</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/faqs.html'>&rsaquo; Preguntas frecuentes</a><br>");

if (location.href=="http://www.hvtn.org/spanish/about/jobs.html") 
document.write ("<font color='#ffffff'>&rsaquo; Empleo</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/jobs.html'>&rsaquo; Empleo</a><br>");

if (location.href=="http://www.hvtn.org/spanish/about/sites.html")
document.write ("<font color='#ffffff'>&rsaquo; Locales</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/sites.html'>&rsaquo; Locales</a></font><br>");

if (location.href=="http://www.hvtn.org/spanish/about/bios.html") 
document.write ("<font color='#ffffff'>&rsaquo; Los funcionarios</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/bios.html'>&rsaquo; Los funcionarios</a><br>");



if (location.href=="http://www.hvtn.org/spanish/about/structure.html")
document.write ("<font color='#ffffff'>&rsaquo; Estructura de HVTN</font><br>");
else document.write ("<a href='http://www.hvtn.org/spanish/about/structure.html'>&rsaquo; Estructura de HVTN</a></font><br>");



document.write ("<br><Br><img src='http://www.hvtn.org/images/printer.gif' hspace='3' border='0'><A HREF='http://www.hvtn.org/cgi-bin/hvtn/print/pf.cgi'>Imprimir</A>")