﻿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 stumbled upon, ' + document.title + '?body=You can see it at: ' + window.location + '\" onMouseOver="window.status=\'Tell your friends about this page\'; return true" title="Tell your friends about this page"><img src=\"http:\/\/smallcutegifts.com/general/nav/mail_to_friend.gif\" alt=\"Tell your friends about this page\" title=\"Tell your friends about this page\"\/><\/a>');
}
	else { document.write('<a href=\"mailto:\?body\=Take a look at this page I stumbled upon, ' + document.title + ' You can see it at: ' + window.location + '\" onMouseOver="window.status=\'Tell your friends about this page\'; return true" title="Tell your friends about this page"><img src=\"http:\/\/smallcutegifts.com/general/nav/mail_to_friend.gif\" alt=\"Tell your friends about this page\" title=\"Tell your friends about this page\"\/><\/a>');
}
