
///////////////////////////////////recommend to a friend////////////////////////////////////

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 colleagues an email about this page\'; return true" TITLE="Send your colleagues an email about this page">Recommend to Friend/Colleague<\/A>');
}
else
{
document.write('<A HREF=\"mailto:Insert Email Address?Body\=Take a look at this page I found. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleagues an email about this page\'; return true" TITLE="Send your colleagues an email about this page">Recommend to Friend/Colleague<\/A>');
}
///////////////////////////////////end recommend to a friend////////////////////////////////////
