function dollars(euro) {document.write('$'+(1.56857*euro).toFixed(0));}