var arrA = document.getElementsByTagName('a');
for(var i=0; i<arrA.length; i++){
dire=arrA[i].getAttribute('href');
if(dire!=null){
if(dire.substr(0,45)=="http://www.rsenespanol.net/mapa-coordenadas/?"){
	arrA[i].setAttribute('href',dire.replace('mapa-coordenadas/','mapa/coords.php'));
	arrA[i].setAttribute("rel","shadowbox");}
if(dire.substr(0,43)=="http://www.rsenespanol.net/mapa/coords.php?")
	arrA[i].setAttribute("rel","shadowbox");}}
