Код:
    <script>
        <!--
        indexof="<img src='http://s49.radikal.ru/i123/0910/66/f5ca2546f6ec.png' />"
        str = document.getElementById("navindex").innerHTML
        pos = str.indexOf("Форум")
        document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
        -->
        </script>

        <script>
        <!--
        userof="<img src='http://s39.radikal.ru/i084/0910/a6/c106190ccdf6.png' />"
        str = document.getElementById("navuserlist").innerHTML
        if( (pos=str.indexOf("Участники")) != -1 )
        document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
        -->
        </script>

        <script>
        <!--
        findof="<img src='http://s56.radikal.ru/i152/0910/af/294913736064.png' />"
        str = document.getElementById("navsearch").innerHTML
        pos = str.indexOf("Поиск")
        document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
        -->
        </script>

        <script>
        <!--
        faseof="<img src='http://s16.radikal.ru/i191/0910/b5/d3fa6d59f4ff.png' />"
        str = document.getElementById("navprofile").innerHTML
        pos = str.indexOf("Профиль")
        document.getElementById("navprofile").innerHTML=str.substring(0,pos)+faseof+str.substring(pos+14,str.length-1)
        -->
        </script>

        <script>
        <!--
        pismaof="<img src='http://s51.radikal.ru/i131/0910/10/0de87b9f692c.png' />"
        str = document.getElementById("navpm").innerHTML
        pos = str.indexOf("Сообщения")
        document.getElementById("navpm").innerHTML=str.substring(0,pos)+pismaof+str.substring(pos+9,str.length-1)
        -->
        </script>

        <script>
        <!--
        godof="<img src='ссылка' />"
        str = document.getElementById("navadmin").innerHTML
        pos = str.indexOf("Администрирование")
        document.getElementById("navadmin").innerHTML=str.substring(0,pos)+godof+str.substring(pos+17,str.length-1)
        -->
        </script>

        <script>
        <!--
        valiof="<img src='http://s11.radikal.ru/i184/0910/44/c0355d25bf61.png' />"
        str = document.getElementById("navlogout").innerHTML
        pos = str.indexOf("Выход")
        document.getElementById("navlogout").innerHTML=str.substring(0,pos)+valiof+str.substring(pos+5,str.length-1)
        -->
        </script>

        <script>
        <!--
        vxodiof="<img src='http://i066.radikal.ru/0910/91/0b6906fae7fe.png' />"
        str = document.getElementById("navlogin").innerHTML
        pos = str.indexOf("Войти")
        document.getElementById("navlogin").innerHTML=str.substring(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
        -->
        </script>

        <script>
        <!--
        regof="<img src='http://i065.radikal.ru/0910/68/5f1681fc5831.gif' />"
        str = document.getElementById("navregister").innerHTML
        pos = str.indexOf("Регистрация")
        document.getElementById("navregister").innerHTML=str.substring(0,pos)+regof+str.substring(pos+18,str.length-1)
        -->
        </script>