var str='';
	var old = document.getElementById('VALOR').innerHTML;
	str = str + old;
	document.getElementById('VALOR').innerHTML = str;