<!-- 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 great 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 www.2az.us\'; return true" TITLE="Send your friends an e-mail and link to www.2az.us">this site<\/A> to a friend</p>');
}
else { document.write('<p>Send <A CLASS="contact" HREF=\"mailto:\?body\=Take a look at this great 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 www.2az.us\'; return true" TITLE="Send your friends an e-mail and link to www.2az.us">this site<\/A> to a friend</p>');
}
//  End -->