<!-- Begin
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<A CLASS="nav" HREF=\"mailto:\?subject\=Take a look at this page I found:&nbsp; ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page"><font size="1">Send this page to a friend </A>');
}
else { document.write('<A CLASS="nav" HREF=\"mailto:\?body\=Take a look at this page I found:&nbsp; ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends e-mail about this page\'; return true" TITLE="Send your friends e-mail about this page"><font size="1">Send this page to a friend</A>');
}
//  End -->
