function sitesicons()
{
    document.write('\
	    <a href="http://feeds.feedburner.com/boklm-n0x">\n\
                <img src="http://boklm.eu/img/rss-t.png" />\n\
            </a>\n\
            <a rel="me" href="http://twitter.com/boklm_eu">\n\
                <img src="http://boklm.eu/img/twitter-t.png" />\n\
            </a>\n\
            <a rel="me" href="http://flickr.com/photos/boklm/">\n\
                <img src="http://boklm.eu/img/flickr-t.png" />\n\
            </a>\n\
	');
}

function menutop()
{
    document.write('\
        <!--<div id="topleft">\n\
            <a href="http://boklm.eu/">\n\
                <img src="http://boklm.eu/img/boklm.eu-med.jpg" />\n\
            </a>\n\
        </div>-->\n\
        <div id="topright">\n\
	');
    sitesicons();
    document.write('\
	    <br />\n\
	    <a href="http://boklm.eu/b/pg/license.html">♡2011 by boklm. Please copy and share.</a>\n\
        </div>\n\
        <div id="middle_menu">\n\
        <br /><br />\n\
                <a href="http://boklm.eu/">A B O U T</a> - \n\
                <a href="http://boklm.eu/b/photos/">P H O T O S</a> - \n\
                <a href="http://boklm.eu/b/log/">W E B L O G</a>\n\
        </div>\n\
	');
}

function menustd()
{
    document.write('\
        <div id="menu">\n\
            <p>Menu</p>\n\
            <p>\n\
                <a href="http://boklm.eu/">A B O U T</a>\n\
            </p>\n\
            <p>\n\
                <a href="http://boklm.eu/b/photos/">P H O T O S</a>\n\
            </p>\n\
            <p>\n\
                <a href="http://boklm.eu/b/log/">W E B L O G</a>\n\
            </p>\n\
	');
    sitesicons();
    document.write('\
            </p>\n\
	    <div id="menulicense">\n\
	    <br />\n\
	    All content on this website is public domain <br /><a href="http://boklm.eu/b/pg/license.html">♡2011 by boklm. Please copy and share.</a>\n\
	    <br />\n\
	    <br />\n\
	    email: <a href="mailto:boklm@mars-attacks.org">boklm@mars-attacks.org</a>\n\
	    </div>\n\
        </div>\n\
\n\
        <!--<div id="topright">\n\
            <a href="http://boklm.eu/">\n\
                <img src="http://boklm.eu/img/boklm.eu-med.jpg" />\n\
            </a>\n\
        </div>-->\n\
	');
}



