document.write("<script type='text/javascript' src='http://www.bci.cl/common/include/valores.js'></script>");
function valoreBCI(objeto,valor, retorna){
if(typeof(arrValores) != "undefined")
if(typeof(arrValores[objeto])=="object")
if (retorna == true) { 
return formatear_numero(arrValores[valor].valor2);
}  else {
document.write(formatear_numero(arrValores[valor].valor2));
	}
}
// JavaScript Document
