﻿function emailUrl(subject, body)
{
    javascript:window.location = "mailto:?subject=" + encodeURIComponent(subject) + "&body=" + encodeURIComponent(body) + window.location;
}

