see how much the war has costs us put this in ur webpage
<center>
<!-- include cost of war javascript; this runs the counter -->
<script language="JavaScript" src="http://costofwar.com/costofwar.js"></script>
<!-- the elements 'row' and 'alt' will be changed by the javascript to contain
the correct numbers -->
<div><b>Cost of the War in Iraq</b></div>
<div id="raw">(JavaScript Error)</div>
<div><a href="http://costofwar.com" target="_top">To see more details, click here.</a></div>
<!-- this line triggers the counter to start -->
<script language="JavaScript">
inc_totals_at_rate(1000);
</script>
</center>