[code]document.getElementById("content_0").getElementsByTagName("ul")[2].innerHTML=
"<li><strong>Viewers Info:</strong>[<a style=\"margin: 0px; bgcolor='black'; font-weight: normal;\" href=\"/editac
Oops. I didn't notice that. Hehe..
[quote]document.getElementById("content_0").getElementsByTagName("ul")[2].innerHTML=
"<li><strong>Viewers Info:</strong>[<a style=\"margin: 0px; background-color: black; font-weight: normal;\" href=\"/editaccount.php#showTracker\"> visible to all </a>]<br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>Your user's name</a> - "+pageViewerFName+" <br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>Your user's id</a> - "+pageViewerID+"<br></li>"+
"<li><img src='http://img341.imageshack.us/img341/8776/nodek6.gif' /><a>date&time you visit my profile</a> - "+Date()+" <br></li>";
document.getElementById("content_0").getElementsByTagName("ul")[2].bgColor="000000";[/quote]
How about this? Haven't tested it yet.