﻿function sendEmail() {
    document.location = "mailto:?subject=HigherMedia&body=" + this.location.href;
}
