function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<a href=\"mailto:\?subject\=Take a look at this: ' + document.title + '?body=You can see it at: ' + window.location + '\" onMouseOver="window.status=\'Email This Page to a Friend\'; return true" title="Email This Page to a Friend">> Email This Page to a Friend<\/A>');
}
else { document.write('<a href=\"mailto:\?body\=Take a look at this: ' + document.title + '. You can see it at: ' + window.location + '\" onMouseOver="window.status=\'Email This Page to a Friend\'; return true" title="Email This Page to a Friend">> Email This Page to a Friend<\/A>');
}
