document.write('');
document.writeln('');
var spookerro_curs_html='
| Curs valutar BNR |
| Vineri, 5 Iun 2026 |
| EUR: | 5.2488 RON | -0.0093 |
| USD: | 4.5102 RON | -0.0121 |
| XAU: | 647.4767 RON | -2.9147 |
';
document.getElementById("spookerro-curs").innerHTML=spookerro_curs_html;
function spookerro_curs_conversie(){
var spookerro_curs_sum=document.getElementById("spookerro_curs_sum").value;
var spookerro_curs_din=document.getElementById("spookerro_curs_din").value;
var spookerro_curs_in=document.getElementById("spookerro_curs_in").value;
document.getElementById("spookerro_curs_rez").innerHTML=Math.round(((spookerro_curs_sum*spookerro_curs_din)/spookerro_curs_in)*10000)/10000;
}