// JavaScript function, part of HyperLeda
// automatically created during installation or update

// URL of current mirror: http://leda.univ-lyon1.fr
document.mirror.s.options[0] = null;
document.mirror.s.options[0] = new Option("CRAL Observatoire de Lyon (France)", "0", false, false);
document.mirror.s.options[1] = new Option("Astron.Obs - Sofia university (Bulgaria)", "1", false, false);
document.mirror.s.options[2] = new Option("OHP Observatoire de Haute-Provence (France)", "2", false, false);
document.mirror.s.options[3] = new Option("LAMOST Bejing (China)", "3", false, false);
document.mirror.s.options[4] = new Option("IUCAA Pune (India)", "4", false, false);
document.mirror.s.selectedIndex=0;
function gomirror(){ 
addr = ["http://leda.univ-lyon1.fr/","http://draco.skyarchive.org/~hyperleda/","http://atlas.obs-hp.fr/hyperleda/","http://leda.lamost.org/","http://leda.iucaa.ernet.in/leda/"]

location.href = addr[document.mirror.s.selectedIndex];
}

