<!-- Begin
function isPPC() {
if (navigator.appVersion.indexOf("PPC") != -1) return true;
else return false;
}
if(isPPC()) {
document.write('<p>Send <A CLASS="contact" HREF=\"mailto:\?subject\=Take a look at this site I found, ' + document.title + '?body=You can see this site at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends an e-mail and link to my2az.com\'; return true" TITLE="Send your friends an e-mail and link to my2az.com">this site<\/A> to a friend</p>');
}
else { document.write('<p>Send <A CLASS="contact" HREF=\"mailto:\?body\=Take a look at this site I found, ' + document.title + '. You can see this site at: ' + window.location + '\" onMouseOver="window.status=\'Send your friends an e-mail and link to my2az.com\'; return true" TITLE="Send your friends an e-mail and link to my2az.com">this site<\/A> to a friend</p>');
}
//  End -->

