function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<a class="footer" href="mailto:?subject=Interesting Site for you discovers!&body=This side will possibly interest you: ' + document.title + ', ' + window.location + '.   The whole Website finds you under:  www.audiotop.ch. With kind regards">Recommend</a>');
}
else { document.write('<a class="footer" href="mailto:?subject=Interesting Site for you discovers!&body=This side will possibly interest you: ' + document.title + ', ' + window.location + '.   The whole Website finds you under:  www.audiotop.ch. With kind regards">Recommend</a>');
}
