﻿function printPage() {
    window.print();
}

function emailPage() {
    url = window.location;
    title = document.title;
    window.open("mailto:?subject=Forbidden+Corner+Website&body=I thought you might be interested in this!%0A %0A" + title + "%0A" + url);
}
