﻿<!-- Email this Link
function emailThis()
{
mailtoStr = "mailto:?subject=Check This Page Out";
mailtoStr += "&body=This page might be of interest to you: '" + document.title;
mailtoStr += "' at " + location.href; 
location.href = mailtoStr;
}
