﻿<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  David Henry (davidputhenry@hotmail.com) -->
<!-- Web Site:  http://www.davidphenry.com/ -->

<!-- Begin
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<A style="font-weight: 400" HREF=\"mailto:\?subject\=Interesting Page: ' + document.title + '?body=This is interesting.  Take a look: ' + window.location + '\" onMouseOver="window.status=\'Email this page to a colleague\'; return true" TITLE="Email this page to a colleague">Email this page to a colleague! <img style="width: 14; height: 11; border-style: none" src="Images/iconEmail.gif"><\/A>');
}
else { document.write('<A style="font-weight: 400" HREF=\"mailto:\?body\=This is interesting.  Take a look: ' + window.location + '\" onMouseOver="window.status=\'Email this page to a colleague\'; return true" TITLE="Email this page to a colleague">Email this page to a colleague! <img style="width: 14; height: 11; border-style: none" src="Images/iconEmail.gif"><\/A>');
}
//  End -->