// JavaScript Document
function isPPC() {
if (navigator.appVersion.indexOf("PPC") == -1) return true;
else return false;
}
if(isPPC()) {
document.write('<span class="learn_more"><A HREF=\"mailto:\?subject\=Take a look at this article I found on the ProfitCenter Software Website: ' + document.title + '&body\=You can view it at: ' + window.location + '\" onMouseOver="window.status=\'Email This Page\'; return true" TITLE="Email This Page">Email This Page<\/A><\/span>');
}
else { document.write('<span class="learn_more"><A HREF=\"mailto:\?body\=Take a look at this article I found on the ProfitCenter Software Website: ' + document.title + '.  You can view it at: ' + window.location + '\" onMouseOver="window.status=\'Email This Page\'; return true" TITLE="Email This Page">Email This Page<\/A><\/span>');
}






