function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<span class="bodytxt">Send <A HREF=\"mailto:\?subject\=Check out this site, Lawrence Farms Orchards, ' + document.title + '?body= at this link: ' + window.location + '\" onMouseOver="window.status=\'Send your friends this page\'; return true" TITLE="Send your friends this page" class="bodytxt">This Page<\/A> to a Friend</span>');
}
else { document.write('<span class="bodytxt">Send <A HREF=\"mailto:\?body\=Check out this site, Lawrence Farms Orchards, ' + document.title + ' at this link: ' + window.location + '\" onMouseOver="window.status=\'Send your friends this page\'; return true" TITLE="Send your friends this page" class="bodytxt">This Page<\/A> to a Friend</span>');
}
