//membercount.js
//the number of members that will show up in various places on the web site.

document.write("5,200")

//paste this in document where the number is to appear:
//<script type="text/javascript" src="http://www.the-dma.org/jscripts/membercount.js"></script>