function load(obj){
 site=obj.options[obj.selectedIndex].value;
 if(site!="leer.html")
     location.href=site;
 }
