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