﻿// JScript File

function mailpage()
{
    mail_str = "mailto:?subject=Check out this page from KU Endowment: " + document.title;
    mail_str += "&amp;body=You have been forwarded this page from the KU Endowment web site " + document.title;
    mail_str += ". You can view it at: " + location.href;
    location.href = mail_str;
}