// JavaScript Document

var donations = "1281$";

function showSum() {
document.write(donations); 
}
