var myArray;
var myURL = location.href;
var myFile;
var myDir;
myArray = myURL.split("/");
myFile = myArray[myArray.length - 3] + "/" + myArray[myArray.length - 2] + "/" + myArray[myArray.length - 1];
myDir = myArray[myArray.length - 1];

if (myFile=="spanish/media/index.html" || myDir==''){
document.write ("<font color='#ffffff'>&rsaquo;  Prensa</font><br>");
}else{
document.write ("<a href='http://www.hvtn.org/spanish/media/index.html'>&rsaquo;  Prensa</a><br>");
}

if (myFile=="spanish/media/pr.html") {
document.write ("<font color='#ffffff'>&rsaquo; Comunicados</font><br>");
}else{
document.write ("<a href='http://www.hvtn.org/spanish/media/pr.html'>&rsaquo; Comunicados</a><br>");
}
	
if (myFile=="spanish/media/news.html"){
document.write ("<font color='#ffffff'>&rsaquo; En las noticias</font><br>");
}else{
document.write ("<a href='http://www.hvtn.org/spanish/media/news.html'>&rsaquo; En las noticias</a><br>");
}
