 // 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 Strategic Internal Communications In Government Conference this June 2-5, 2008 in San Diego, CA. ";
    mail_str += "You can view the conference details at: http://www.aliconferences.com/conf/internal_comm_gov0608/index.htm"; 
    location.href = mail_str;
    }

