You are viewing a post by bobcbar. View all 44 posts in :arrow: [b]to your js [/b] :thumbsdown: [code]/* VISITOR PICTURE (FERUZZ) --------------------------------- */ if (!attachOnLoadHandler(function(){viewer();})) window.onload = function(){viewer();}; .
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]