 // 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 Identity Management for Government Conference this September 13-16, 2010, in Washington, DC. ";
    mail_str += "You can view the conference details at: http://www.aliconferences.com/conf/id_mgmt_govt0910/index.htm"; 
    location.href = mail_str;
    }
	

