// JavaScript Document

var EMAIL_CONTACT = "jc@managitude.com"

function MailtoContact()
 {
	window.location = "mailto:" + EMAIL_CONTACT;
}
