<!–
Begin
function isPPC() {
if (navigator.appVersion.indexOf(”PPC”) != -1) return true;
else return false;
}
if(isPPC()) {
document.write(’Email to a Friend’);
}
else { document.write(’Email This!’);
}
// End –>
// –>
this would be my about me section

(4 out of 5)