function changereseturl(){
var a = document.getElementById("reseturl");
var cs = document.getElementById("username").value;
var href = a.getAttribute("href").substring(0,a.getAttribute("href").indexOf("?",0));
a.setAttribute("href",href+"?option=com_user&task=requestreset&codigo_socio="+cs);
}
