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 page I found, ' + 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" class="navigation-forw">send to a friend<\/a>');
}
else { document.write('<a href=\"mailto:\?subject\=Skincare ' + document.title + '?body=Take a look at this page I found, 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" class="navigation-forw">send to a friend<\/a>');
}

