var jst_topnav = {
    topnav : [   { link: "/", text: "Home", title: "ideas, useful things, code :)"},
                 { link: "http://notetodogself.blogspot.com",  text: "The Blog", title: "You will never see this text"},
                 { link: "/past-projects/",  text: "Past Projects", title: "old things, which are still interesting"},
                 { link: "/current-projects/", text: "Current Projects", title: "code."},
//                 { link: "/random-stuff", text: "Random Stuff", title: "does not fit anywhere else"},
//                 { link: "/hacks-mods/", text: "Hacks/Mods", title: "making stuff"},
//                 { link: "/gallery/", text: "Pictures", title: "see"},
//                 { link: "/cv/", text: "About Me", title: "me"}
							]
};
var sitename = "Does That Even Compile?!";