// link to casualty page
document.write('<div id="casualties"><p><a href="'+casualties.title_url+'" target="_blank">American<br />Military Deaths<br />In Iraq</a></p>');
// total casualties
document.write('<p>Since The War Began<br />');
document.write(+casualties.total_value+'</p>');

// casualties in combat
document.write('<p>Estimated<br />Total Wounded<br />');
document.write(casualties.wounded_estimate+'</p></div>');

