function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<a class="contact" href=\"mailto:\?subject\=Take a look at the page I have found, ' + document.title + '?body=You can view this page on: ' + window.location + '\" onMouseOver="window.status=\'Send this page to a friend with a click\'; return true" TITLE="Send this page to a friend with a click [EMAIL PROGRAM]" lang"it">Tell a friend about us');
}
else { document.write('<a class="contact" href=\"mailto:\?body\=Take a look at the page I have found, ' + document.title + '. You can view this page on: ' + window.location + '\" onMouseOver="window.status=\'Send this page to a friend with a click\'; return true" TITLE="Send this page to a friend with a click [EMAIL PROGRAM]" lang"it">Tell a friend about us');
}