You can add the viewers name

I got this earlier from ---xXirukiTepe--- Just modify the bold part of the code.
[quote]var Dynasty;
try {Dynasty = document.createElement("div");}
catch (e) {Dynasty = document.createElement("<div>");}
Dynasty.innerHTML = "<br[b]>"+pageViewerFName+"<[/b]br><div id='mainpic'></div>";
Dynasty.setAttribute("style","text-align:right;padding-top:10px");
document.getElementById("0").getElementsByTagName("ul")[1].parentNode.appendChild(Dynasty);[/quote]