function MailPage() {
	sURL = document.location.href;
	sMail = "mailto:?subject=A page from arcgate.com that might interest you.&body=Hi, Please check this page " + sURL;
	document.location.href = sMail;
}
