 // 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 Social Media for Government Conference, January 25-28, 2010 in Edmonton, Canada. ";    mail_str += "You can view the conference details at: http://www.aliconferences.com/conf/social_media_govt_canada0110/index.htm";     location.href = mail_str;    }