 // JavaScript Documentfunction mailpage() {    mail_str = "mailto:?subject=Conference Training I thought you would be interested in ";    mail_str += "&body=I thought you might be interested in the Human Capital Management for Government Conference this March 9-12, 2009 in Washington, DC. ";    mail_str += "You can view the conference details at: http://www.aliconferences.com/conf/human_capital_mgmt_gov0309/index.htm";     location.href = mail_str;    }
