
<!-- Begin
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<A CLASS="contact" HREF=\"mailto:\?subject\=I found this article interesting \&body=I found this article interesting, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'email this page\'; return true" TITLE="email this page">Email this article<\/A>');
}
else { document.write('<A CLASS="contact" HREF=\"mailto:\?subject\=I found this article interesting \&body\=Take a look at this article, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'email this page\'; return true" TITLE="email this page">Email this article<\/A>');
}
//  End -->
