
// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->
// Original:  David Henry (davidputhenry@hotmail.com) -->
// Web Site:  http://www.davidphenry.com/ -->

// Begin -->

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 this page I found, ' + document.title + '?body=You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleague an e-mail about this page\'; return true" TITLE="Send your colleague an e-mail about this page">Send to a colleague<\/a>');
}
else { document.write('<a class="contact" HREF=\"mailto:\?body\=Take a look at this page I found, ' + document.title + '. You can see this page at: ' + window.location + '\" onMouseOver="window.status=\'Send your colleague an e-mail about this page\'; return true" TITLE="Send your colleague an e-mail about this page">Send to a colleague<\/a>');
}

//  End -->
