//send a page link include

var title = escape(document.title);
var page = escape(location.href);
document.write('<a href="http://pennhealth.com/SendAPage/sap.aspx?page=' + page + '&title=' + title +  '" class="SAPIncludeLink">E-Mail Page</a>');