function rutacaptcha(img){
	var ruta = eval('document.getElementById("'+img+'").src.split("?")');
	return ruta[0];
}
